record producers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2024 10:36 PM
whenever the record producer request is submitted a changed record should be created with short description and description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2024 05:01 AM
Hi @viswav ,
You need to create record producer on [change_request] table and the set the mandatory field in the script section of record producer OR you can create variables and allow user to fill the form and submit the form.
The script will look like:
current.short_description = producer.short_description;
current.description = producer.description;
Note: Map all the other mandatory attributes of the change request.
If you will create variable(s) then you can 'map' it with the field of change request form. No need to scripting is required in that case.
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2024 05:15 AM - edited ‎06-30-2024 05:17 AM
Hi @viswav ,
After submitting case it will be create a change request, if this is requirement you can simply use record producer.
And in record producer script section you can mention script for setting short description & description. or click map to field.
Mapping Field:
OR
Record Producer Script:
Please mark helpful & accept correct answer if it's really helpful for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2024 05:19 AM
@viswav what is the error you are getting here ?
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang