we need to show configuration attribute value in Line item table
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
19DCode 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;
Tagged:
0