Need help on Creating UI Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 10:02 PM
Hello Team,
We need to create a Save and Submit button in scoped Application in one of the table
1.For Submit button, when the user click on the submit button or context menu submit the field "Draft" should be update to false and other fields should be Becomes read only and it re directs to list view of the table.
2.For Save Button, when the user click on the Save button or from the context menu save the field "Draft" should be update to true and other fields should be Becomes editable.
Note :At present we are using the default write ACL to make filed read only this is working when the form is Save or submit After that the fields gets read only. For that we kept the conditions like Created is Empty. At present our customer business requirement is manage these using the buttons like Save and Submit.
Is this possible to do using the UI actions ? If not, what is the best way to achieve this requirement ? Please suggest me.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 12:34 AM
NO draft is in false when we open the form. Could you please tell me, is this possible ?