Bring Line Item Start Date Field In eConfig Screen
Hi Siebel Gurus,
We have requirement to bring couple of line item fields in eConfig Screen. Able to bring "Action code" field in eConfigurator screen by updating template entry but same changes not working for Serivce Start Date field.
Technical Changes i did to bring "action code":
1) Applet : cfg Cx Runtime Instance Frame(JS HI)
Added lable in control
2) Added following entry in one of web template "ecfgControlRaidoPriceJS.swt"
cfgFiledname:Action Code, cfgUIControl:lblActCode,DataType:DTYPE_TEXT,HtmlAttrib_align:Center,HtmlAttrib_width:80*
After Compile and template changes able to see "action code" value in ecofnig screen.Tried same changes for "Srvice Start Date"field didn't get value for this field.