Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to transfer record form information to the service catalog (platform display portal screen)

bonsai
Mega Sage
 

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.

 

 

test_table_a.pngtest_item_2.png

 

 

 

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.

0 REPLIES 0