Is there any control to attach multiple files and get their base64 code on clipboard when there is no work object? The button is in a harness in @baseclass. I tried using pxFileUpload control with SelectMultipleFiles option selected but as soon as I select multiple files, it refreshes and the selection goes away even though there is no refresh condition.
@soodn y
Please ask your question internally to our Case Management SME’s if you get no further suggestions here…
You can use the ‘pzMultiFilePath’ control to attach multiple files. However, getting the base64 code of the files on the clipboard without a work object might require custom activity or data transform. As for the issue with the ‘pxFileUpload’ control, it might be due to a post-processing activity that refreshes the section. You might need to check the configuration of the control and the activities associated with it.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
How to automatically attach a file to a work object?
This was resolved by using pzMultiFilePath control and the calling activity as a customized activity where I am setting the value for SelectMultipleFiles parameter as true.
@soodn Can u please explain in detail. I used pzmultifilepath and its throwing error when i upload file in UI.
@A n t o Hi, use the pzMultiFilePath and under the ‘Parameters’ tab in Cell Properties, add an activity in ‘CallingActivityName’ where you do a Property-Set and set Param.SelectMultipleFiles as true.