ContributionsMost RecentMost LikesSolutionsRe: Files manipulation on SFTP Location Thank you, Daniel. Files manipulation on SFTP Location I need to move some files around the various folders on our SFTP server and I am trying to do it via the Extender BR. Basically I need to move the files from the staging folder into various other fol...SolvedRe: Files manipulation on SFTP Location Hi, Daniel. First of all, thank you for reaching out. The exception was that the target specified in the PutFiles function did not exist. What I figured out eventually is that "Put" and "Get" FT...Re: Error saving attachment in Cube View Thank you for your reply, Marc. I did check the security roles and made changes to those two. The group I used for them is the group that governs access to this particular app. So everyone who can ...Error saving attachment in Cube View I want to give users the ability to add attachment in the cell with a dynamically calculated UD8 member. Dynamic calculation places the value of 1 into that intersection if the file attachment is pre...Re: Member Formula - get current member name Will not the following do the job? Dim UD8Name As String = api.Pov.UD8.Name.ToString How to derive Member ID from a Member Name in a Business Rule? I am developing a member formula which uses Percent Of Ownership in calculation. I am using the following to get Percent of Ownership: Dim pOwn As Decimal = api.Entity.PercentOwnership(entityID...SolvedRe: Displaying user names on the workflow status report Thank you, NB. This is very helpful Re: Displaying user names on the workflow status report Thank you very much, NB. Do you by chance know of any resources that would give me the insight into OS table structure, so I can identify tables I need to query for the user names? We are aware o...Displaying user names on the workflow status report We have a dashboard attached to the high level workflow that displays the status of specific steps within workflows. These dashboards utilize Report components adapted from the standard ones. While I...Solved