Hardcode values in Textbox

Sort:
You are not authorized to post a reply.
Author
Messages
shahzad
Basic Member
Posts: 14
Basic Member

    Hi All,

     

    i am have created a Mashup that is to create items through MHS200MI API. there are some values i need to hardcore in the code since those value are mandatory. is their a possibility for me to do so in mashup.

     

    at present when i replace the text: {Binding [PRMD]} with the value i need to hardcore the value appears but i cannot create the item.

    Is their another way to do it?

    awaiting your response in this regard.

     

    BR,

     

    Shahzad

    ScottCT
    Advanced Member
    Posts: 24
    Advanced Member
      Add a parameter to the "Create" event with the TargetKey set to the field, and the hard-coded value set as the Value. The following is added to a button that triggers the API's "Create" event:
       						
      
      		
      
      


      Any additional values input into the form will be sent with the hard-coded value upon the "Create" event:

      You are not authorized to post a reply.