Hi All,
I am working on D6.5 sp3. I want to set a value of custom attribute programmatically when importing a document by using import option of Webtop. I am trying with following code in onInit() method of ImportContent class
Text contractIDText = (Text) getControl("c_contract_id", Text.class);
contractIDText.setValue(contractID);
but its not working, please help me.
Thanks