How to Create a Icon or Button by using UI Macro and show the button near the catalog field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 10:49 AM
Hello Everyone,
I have a catalog item which is a record producer. In the record producer, there is a field called "Classification", which is a list field referring to a custom Companies table.
The requirement is to create a button using a UI Macro or an Icon and display it near the Classification field. When a user selects companies in the Classification field and clicks the button, all the selected companies shoudl be update in another list field that also refers to the same Compaines table.
How can I acheieve this using a UI Macro button script and an On change client script to call the UI Macro button and update the field values in the record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 11:40 AM
I dont think you can put UI macro beside your list collector field without having a huge gap. you may want to create a new variable of type "custom" then create a widget that contains a record picker and a button