You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

we need to show configuration attribute value in Line item table

edited Feb 5, 2020 9:44AM in Configure Price Quote 1 comment

Summary

Hi, We want configuration attribute value have to show in Line Item against parts currently we were able to bring against model Level but we were unable to get the value against parts.

Version

19D

Code Snippet

 config=_config_attr_info;
//Begin chnTasks  
 begin = find(config, "|^|shift_Ml~");
 end = find(config,"|^|shift_lM"); 
 temp=substring(config,begin);
 tempArray = split(temp,"~");
 strTasks= tempArray[3]; 
 print "strTasks: "+strTasks;
 //End chnTasks 
 return strTasks;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!