Order guides variables mapping to fields in Request

jeffnmd
Tera Contributor

I have an Order guide. In the first tab describe needs for that Guide I have variables I want to map to the request field(s). When I create the variable/edit one at the top you see map to field box appear then disappear. I have not changed the ootb Client Scripts. So should I find this client script and deactivate it or is it there because it should be and there another way to map the variables in the Order guide? Thank you, 

1 ACCEPTED SOLUTION

Hi Jeff,

Honestly, I am unaware about that, but if you are looking for a simple way to pass the data entered in an initial order guide form variables to the request, refer the following thread.

Pushing cascade variables from the Order Guide to the Request form **SOLUTION**

Regards,
Ajay

View solution in original post

5 REPLIES 5

Ajaykumar1
Tera Guru

Hi Jeff,

The map to field only appears if you are creating a variable in a Record Producer. It will not be visible on Order Guide variables OOTB.

There is an OOTB onLoad client script named Map to field writen on Variable[item_option_new] table, which executes onLoad and checks if a variable's catalog item is a record producer.

Mark If Correct/Helpful.

Regards,
Ajay

 

Ok so that I am clear, on an Order Guide in the describe needs it does not store that data anywhere in the Request/Item record? Im trying to understand if on an order guide that data is being entered why it is not stored anywhere or am I looking in the wrong location. Thank you Ajay

Hi Jeff,

Honestly, I am unaware about that, but if you are looking for a simple way to pass the data entered in an initial order guide form variables to the request, refer the following thread.

Pushing cascade variables from the Order Guide to the Request form **SOLUTION**

Regards,
Ajay

Perfect thank you. That will work