-
How to use the File selector widget on the application UI in xCP 2.1.
We have this requirment of importing documents inside a folder before starting a workflow on that folder. We need to provide user facility to upload documents from the application UI page (Form). We tried to use the file selector widget but it doesnt seems to work as it doesnt make the uploaded file 'Ready for upload'. Can…
-
Issue with legacy documents after xCP Deployment
Hi, We have migrated from D 6.7 (Taskspace) to D 7.1 (xCP2.1). We have used type adoption and modified already existing object in xCP2.1 designer. Then we did the deployment of updated object type in the repository but after deployment I am not able to open any object in Webtop 6.7 SP2. When i try to open it says, Regards,…
-
How to DFCLib library in VB.Net
I want to convert object to Idfdocument in VB.NET Id = m_DfClientX.getId(itemID) 'itemID string If (Id IsNot Nothing) Then sysObj = CType(session.getObject(Id), IDfSysObject) nesne = sysObj.getContent() Dim doc As IDfDocument = CType(nesne, IDfDocument) ***exceptionnn Exception is:'System._Object' türündeki COM nesnesi…