-
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…
-
Install multiple nodes on a Windows Server
The typical method of doing this with MIM is using VMWare. There is an alternative method: 1) In the registry, manually create the node artifacts for a client node: * /NodeInfo/[NodeName].xml * /NodeInfo/[NodeName]/Launcher.xml * /NodeInfo/[NodeName]/Connection.xml * /NodeInfo/[NodeName]/ClientConnection.xml 2) Create your…