Is it possible to set the webapp point release date when submitting via ajax?

I tried to put the release date of a webapp element when the element is entered via ajax.  So far I could not do so... is - it possible?

For the format of name and the date in the field, I've referenced the API documentation.

I tried the two release date and release date

Here is the console of the variable before being submitted

theItemName: Test

strDate: 14/12/2014

Here is the relevant sending code

var testOpts = {}

URL: profileAction

data: {}

ItemName: theItemName,

Release date: strDate

},

type: 'POST',

success: {function (data, txt, jqXHR)}

Console.log ("submit success");

},

error: {function (jqXHR, txt, error)

Console.log ("submit error");

Returns false;

}

}

$.ajax (testOpts)

Anyone done this successfully?

Thank you

Dave

Hi Dave,.

The date format specified in the parameters section is incorrect, I have that fixed and will push the update shortly. Good date format is YYYY-MM-DD - sorry for the lack of consistency.

I have just re-tested sample code here - reference guide - create web app element (that one had the correct format and it did not work properly.

Thank you and have a nice weekend,

Mihai

Tags: Business Catalyst

Similar Questions

  • Not possible to set the HDMI output as default screen on Qosmio G30

    It is not possible to set the HDMI output as default screen! This works only with VGA output. There is no option in the BIOS. According to support, Toshiba will plan any action for this useful feature.

    I use an external TFT with HDMI adapter DVI Cable and I want to have as default screen TFT. With VGA, it will work without problems.
    Any solution?

    Best regards
    Nicolas

    Hi Nicolas

    Very interesting question! In my view, HDMI port is to be used with the HD ready LCD TVs or plasma. Combination of connection HDMI and HD DVD movies, you can really have a HD on your TV picture quality.

    As you know the port is a standard VGA port to connect external displays. The image quality is very good and, in my opinion, you should not use HDMI port for the same. Do you perhaps the best image quality?

  • is it possible to set the background color of a table or chart to be transparent?

    is it possible to set the background color of a table or chart to be transparent?

    Thank you

    Yes.

    Select tools palette (view > tool palette) and set the background of the graph as well as the control in transperent.

  • Cannot set the restore point with the error "The Volume Shadow Copy service used by the system restore does not work."

    Cannot set the restore point with the error "The Volume Shadow Copy service used by the system restore does not work."  How can this be repaired?

    Hi rebick,.

    Try the troubleshooting steps presented by spirit X in this thread.

    Dena
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • possible to set the theme to Bright/Dark manually in qml?

    is it possible to set the theme to Bright/Dark manually in qml?

    I think he's just referring to this: http://supportforums.blackberry.com/t5/Cascades-Development/Are-the-components-appearance-customizab...

  • Unable to set the anchor points of the path when the keyframes turned on...

    I have a layer of irregular shape who I am deformation over time (from smallest to largest). I am able to set the anchor points of the path to the forms I want, but once I put two keyframes for the path I'm interpolating a slide, I'm more able to set the anchor points for minor changes, for example, I am unable to draw the Bézier handles. If I disable keyframes, then I am allowed to adjust the anchor again, but that means I have to start whenever I need to make an adjustment. I have run successfully the concept but need to change several layers of form in this way, and not having is not access to the Bézier handles point of anchorage slows productivity.

    Any ideas?

    Thanks in advance,

    Chris

    12.2.1.5 AE

    Mac 10.9.4

    Sorry, I missed the rather obscure reference to an expression in the first post you. Had, I had to pay more attention I'd say disable the expression to change the path, and then select. Not being able to select a top with the marks of perfectly logical on expression because it is turned on with the full path is selected by the expression of all time. This is how work expressions. This seems to be a lot of trouble to go just to change the "timing" of a couple of keyframes.

  • Is it possible to set the time zone in NLS_DATE_FORMAT?

    Hi all
    Is it possible to set the time zone in NLS_DATE_FORMAT? If not, why?

    Best regards
    Valerie

    LON

    NLS_DATE_FORMAT is only the output format, you cannot use it for the time zone but...

    ALTER SESSION SET TIME_ZONE = '-4:0';
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';
    SELECT SESSIONTIMEZONE, CURRENT_DATE FROM DUAL;
    
  • Using the coordinates entered to set the starting point of a Tween

    Hello

    I have a movieclip 'pano_mc' that moves around through the movement of the mouse, there is a hotspot (hs1_mc) nested within it (which moves with the Pano_mc), I have a hs1_mc event delivery, once pressed allows me to get the x and y 'pano_mc' at the point of delivery, I need a way to use these x and y corodinates to set the starting point for the interpolation , on Pano_mc.

    Cannot use 'this' (as shown in the link above) that the event is on the hs1_mc and if I just use '_x' interpolation setting, it begins where the film is originally and not where it is when the delivery is executed, where I get the cordinates right here.


    var hotSpotTweenX:Tween = new Tween (pano_mc, "_x", mx.transitions.easing.Elastic.easeOut, 0, "400", 3, true);

    Is there a way to fill '_x' with the var newx:Number = stagePosition.x; who holds the accurate cordinate of the pano_mc at the time of the press...

    I need to be able to use the coordinates xy of the pano_mc captured by the delivery, to set the starting point of the interpolation which then tweens the movie at a predefined point... create an interpolation of seemless...


    Can anyone shed some light on this... Thanks in advance

    "_x" isn't the starting value. This is the property you're interpolation. your ' 0 'is the starting value and your '400' (which really shouldn't be in quotes) is the value of end to resolve your problem, use a variable instead of ' 0'.

  • Is it possible to hide the yellow box that appears when you scroll over any object on the form?

    Is it possible to hide the yellow box that appears when you scroll over any object on the form? This box contains the name of the element or the legend.

    This one can be deleted in the Accessibility tab (press SHIFT - F6).  There is an option "Screen Reader priority", he set to None.

    Bruce

  • Try to set the time to a date field

    Hello

    Using jdeveloper 11.1.1.6.0.

    I have a date field in my table. I got the time string and convert it to a date field.

    String dis1 = theToken;   for example: 11:15:26

    DateFormat = formatter1
    new SimpleDateFormat("hh:mm:ss");
    Date2 date = formatter1.parse (dis1);
    rw.setAttribute ("TtAlertRecTime", formatter1.format (date2));

    While my running page and press that values have not been set for the field.

    In the page of the user interface

    < af:inputDate value = "#{row.bindings.TtAlertRecTime.inputValue} '"

    label = "#{bindings." TrackTicketsView1.hints.TtAlertRecTime.label}.

    required = "#{bindings." TrackTicketsView1.hints.TtAlertRecTime.mandatory}.

    shortDesc = "#{bindings." TrackTicketsView1.hints.TtAlertRecTime.tooltip}.

    ID = "id21" >

    < f: validator binding="#{row.bindings.TtAlertRecTime.validator}"/ >

    < af:convertDateTime pattern = 'hh '.

    type = 'time' / >

    < / af:inputDate >

    My Question is

    How to set the time in a date field? time is obtained as a string.

    Kind regards

    Prasad K T,.

    AS400 ops.

    well you can not set the time in the date field.  the date data type allow only data in a specified format before. It is designed like that.  If your issue is resolved now?

  • Is it possible to set the clock windows o/s with a labview 8.5 program system?

    I am interested in setting the clock windows o/s system of a program 8.5 labview, is it possible?

    If you are on windows, control time will allow you to set the time. You can use exec system in labView to do this. For more information about the command:

    http://www.WikiHow.com/change-the-computer-time-and-date-using-the-command-prompt

  • Is it possible to set the width of a text label of a document?

    Hello - we have a library template that is downloaded with labels of text for the merge fields, {{my_text_tag}}.

    Everything works fine, except that in the rendered document, the width of the text field is not set to scale the content in the field, but just the space allocated for the field. That is to say, if we have a field that will contain a number:

    > You will be charged for $30.00 in two weeks.

    in the document, and set the field as:

    > You will be charged for {{weekly_billing_amount}} in two weeks.

    When the fields are merged and then sent to the signatory, the output looks like:

    > You will be charged for $30.00 in two weeks.

    Is it possible to send a parameter via the text field to set the maximum width of the field? something like {{weekly_billing_amount:width(10)}}?

    Thought about it - missed me the dollar sign in front of the defined var:

    {{#dollar =! weekly_billing_amount}}

    {{$dollar}}

    Make the desired output.

  • Possible to set the availability of applications in a runtime environment only?

    Hello
    I use apex 4.1.1.00.23.
    I wonder if it is possible to 'freeze' a production application APEX in an installation of runtime only, during an upgrade. I want to prevent strange behavior for logged in users. In the application builder, you can set the availability of the application. I thought antinutritionnel the application during the upgrade. Is this possible in a single TERM env? How? Or (better) alternatives?
    Thanks in advance.
    JB

    Hello

    Try this statement:

    begin
       wwv_flow_api.set_security_group_id(apex_util.find_security_group_id(''));
       wwv_flow_api.set_flow_status(, 'UNAVAILABLE');
    end;
    

    Kind regards
    Erik-jan

  • Is it possible to set the degree of parallel on Auto?

    Is it possible to adjust the degree of the parallel to Auto in the physical model?
    I can see to turn on the parallel and can set the degree of a number, I am just unable to know how the Auto value.

    Thank you
    NIC

    Hi Nic,

    By Auto, I assume you mean DOF consisting of PARALLEL on its own, rather than whole PARALLEL.

    It is generated if you set the parallel property to YES and leave blank the level property.

    David

  • Set the reference point for several objects in the middle of the document

    Hello community,

    I want to mirror a layout.

    I: Yes

    1. Select all objekts

    2. set the benchmark in the Middle

    3. objects in mirror

    BUT

    The reference point is in the middle of all the OBJECTS. This led to several objects across the border into my document because the layout is not spread out on a regular basis.

    I want through the DOCUMENT will be the point of reference. How can I do?

    Thank you

    Christian

    Have you fiugured this out yourself?

    I just played a little and found a method, but it is not really intuitive. Select the object, then go to the rotation tool. The center of rotation must be defined as one of the handles of transformation, but you can drag it anywhere you like, then move until you want as the center of your mirror. Hold down the Opt/Alt key and click on the button to create a mirrored copy. The objects original reflects their position around the reference repositioned without the modifier key.

Maybe you are looking for