How to transfer record form information to the service catalog (platform display portal screen)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I would like to copy the field information from the following record form to the catalog item input form:
An important requirement is that the catalog item entry form must be displayed in the platform content frame, not in a separate tab or window.
1. Pass the record's sys_ID to the URL in the UI action.
2. After receiving the sys_ID from the URL in the catalog item's client script, call the script include using Ajax.
3. Use the sys_ID in the script include to identify the record and retrieve field information.
4. Set the value received from the script include in the catalog item's field.
I thought I could copy it this way, but I realized that the sys_ID is not set in the URL at step 2.
Does anyone know a better way to do this?
Unfortunately, I can't share the script.
