Thanks for the response. I re-generated the custom_instantiation file and it work fine for me but now out of these variables I want to set avalue for 1 of the variable i.e. I have a variable called "BrandName" and I want to retrieve its value directly from the DCR only and set it custom_instantiation file for the further processing.Please suggest can we achieve this in the custom instantiation file or not.
Thanks ghoti for the reply.Its my bad not elaborated the problem.Summary :I have 4 datatypes (page,zones, promotions and addsite) and a single workflow for all of them. Now as per the requirement we have created the custom instantiation form and for the 3 datatypes (page,zones, promotions) we are allowing the user to input the brandName and billId.But for the 4th one i.e addsite we want to extract the value of brandName and billId from the DCR only (by parsing the DCR and get the values in java).To distinguish between the datatypes now we are using the below code in custom_instantiation.cfg in the init function. function init() { dcrType = IWDatacapture.getFormType(); dcrvpath = IWDatacapture.getDCRPath (); alert(dcrType); alert(dcrvpath); }But the value of both the variable is coming as "blank".I am quite new to the WFM please pardon me if I have for any fundementals wrong. Would be great if you can point me in the right direction.Regards,Shkha