ContributionsMost RecentMost LikesSolutionsRe: Error Running BR What's the scenario that you set in the DM in question? Re: Re:- warning action in workflow load process First question: how were you planning to display said warning? Documents\Public location Got a task to copy certain file from FileShare to Documents\Public because users security settings. Wanted to go with the standardSystem.IO.File.Copy(strSourceFile,strTargetFile) where source and ta...SolvedRe: Workday Import to OneStream We did this implementation for many clients. Once you got all the setups and creds on workday side, you connect to their DB and recreate the workday tables in the OS as custom tables (select * into.....Re: How to get timeDim ie months in reverse starting with curr month followed by prev months? in columns if I understand correctly, you need that in the cube view, right? In this case I'll build a quick XFBR function with the following key functionality. Please note, I oversimplify few thing there for ...Re: Format output of confirmation rule I think what are you looking for is this: "A#MCF0015050_PLG = " & Acc1.ToString("#,###.00") Here is the decent read on formatting: https://www.thevbprogrammer.com/VB2010_04/04-01-FormattingNumbe...Re: Documents\Public location Thank you. With minor corrections this worked. For the record (and future reference to whoever will search for it), FileShare root is located at sourceXFFileEx = BRApi.FileSystem.GetFile(si, Fil...Re: Documents\Public location Unfortunately not 😞 OS object doesn't seem to have a method to copy the files, and standard IO needs full path. Meaning the /consolidation folder is being created by OS Framework which still doesn'...Re: Exporting to Amazon S3 bucket Thank you. You essentially answered my original question. Libraries has to be downloaded and provided to the OS support. Re: Exporting to Amazon S3 bucket Which libraries do you list in the BR's Referenced Assemblies?