Hi, mentors,
I'd like to have the function to auto save for specific field when lookup change, instead of clicking the Save button.
I think it might need the handler function is js, if existed, please kindly share.
Jeffrey.
Like
You'll need to add a change request handler to know when the lookup value has changed. See https://customerfx.com/article/responding-to-an-event-when-a-field-is-changed-on-a-creatio-freedom-ui-page/
Then you'll execute a crt.SaveRecordRequest to save the record. See https://customerfx.com/article/saving-a-page-before-some-action-on-a-creatio-freedom-ui-page/
Ryan
You'll need to add a change request handler to know when the lookup value has changed. See https://customerfx.com/article/responding-to-an-event-when-a-field-is-changed-on-a-creatio-freedom-ui-page/
Then you'll execute a crt.SaveRecordRequest to save the record. See https://customerfx.com/article/saving-a-page-before-some-action-on-a-creatio-freedom-ui-page/
Ryan
Ryan Farley,
if we use input number field instead of lookup to do auto save, would you recommend any reference that might help. Becaue of the Lookup value for quantity is not quite appropriate, we decide to use input number field for quantity information. We hope when user input the quantity, after losing focus to the number field, it can do the auto save.
Thanks for your help in advance.