How to create the button on the record producer form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 05:53 AM
How to create the button on the record producer form?
Could anyone please help here?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:10 AM
Hi Sravani,
Adding Buttons to Record Producer is possible using UI Page/UI Macro/Portal Pages, once you are done with the button code in any one of them create a variable on record producer with type to UI Page or Macro or Macro with Lable. If you use portal page (widget), then select a Macro and in the default values select the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:16 AM
Hi Sravani,
1. Open the UI Action
2. Put the name of the Button in the Name filed
3. Then select the Table name as "Record Producer[sc_cat_item_producer]".
4. Then check the Form Button as true
5. And save it
Now, Refresh and open the record producer button is there.
Please Mark correct or helpful if applicable.
Thanks,
Rushikesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:29 AM
Hi Rushi,
We tried this and the table name is not getting populated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:35 AM
Hi Rushi,
Then that button will be enabled for all the record producers right, so if we want to create that button only in the record producer created by us, should we give any condition?
could you please suggest?