How to know the table name of the catalog item request form

Tadz
Tera Guru
Tera Guru

Hi Guys,

What is the table name of the catalog item request form. before it became a record in the sc_req_item.

find_real_file.png

 

Reason for this, because I wan't to know the value of the variable for a transform map validation purposes.

Thanks,

Tadz

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

The page you are showing in your question is not a table its a UI Macro, in URL you can check the name which starts with com.glide


Thanks,
Ashutosh

View solution in original post

3 REPLIES 3

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

The page you are showing in your question is not a table its a UI Macro, in URL you can check the name which starts with com.glide


Thanks,
Ashutosh

Thanks for the quick response Ashutosh 🙂

 

So there is no way to get the value of a variable from the request form (UI Macro) via background script?

HI,


The values of variables and its relation with RITM is saved in sc_item_option_mtom.

 

Thanks,
Ashutosh