ContributionsMost RecentMost LikesSolutionsRe: How to validate metadata in Journal on submit / post Thank you, Simon. I figured as much. I was hoping someone has a rule like that in play, so that I can adapt it to my use case rather then starting from scratch. Best, Yan How to validate metadata in Journal on submit / post I would like to build a business rule that will execute when user attempts to submit or quick-post a journal. The rule will check that correct Flow dimension member had been used and display the mess...Re: 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