Hardcode values in Textbox

 1 Replies
 0 Subscribed to this topic
 5 Subscribed to this forum
Sort:
Author
Messages
shahzad
Basic Member Send Private Message
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 Send Private Message
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: [code] [/code] Any additional values input into the form will be sent with the hard-coded value upon the "Create" event: