-
Application Error when Accessing SharePoint Repository via Attachment Clip
The following question has come up several times lately so I thought it may be of value to the MC Square users. "While trying to configure the Attachment Clip to use the SharePoint Repository I get the following error when testing": "The remote server returns an error: (401) Unauthorized" This error is caused by the…
-
Using Flags to move Folders
Good Afternoon, I am trying to move all of the folders in one stage to another, at one time. Is this possible using a flag? Thanks.
-
Getting the selected row in a grid
Hi all, I have the following code for when the user selects a row in a grid: "Local.selectedRow = ProcessContext.UserInput[0];" I want it to return the row id of the item selected. Any tips on how to achieve this in v9 I thought this worked until I traced it with the debugger from my server script. It comes back zero…