ContributionsMost RecentMost LikesSolutionsNeed to add if condition in the account formula for entity specific execution There are certain calculations are specific to some entities in the hierarchy so want to add if condition to check entity names and then execute the code. Couldn't find any api which returns Entity...SolvedIs there anyway to download TB/Reclass files automatically using Business Rules? I have application which has 47 entities and users who have Entity wise rights to upload TB/Reclass and Cube views. So far Admin is downloading TB manually (using view source document) by going th...SolvedHow to validate an account? If number is less than 0 while importing TB then throw error Hello All, How to add validation for an account while importing TB. Condition is that, number should be > 0 then allow. If 'account code' < 0 then throw error and validation should fail or show...SolvedRe: Unable to Calculate Currency Override only for Accounts with Text Filter. I think OnEvalDataBuffer, function will help you to loop through accounts and you can check for string in Text properties. Design reference guide has given sample code for the same. Please check. Re: How to validate an account? If number is less than 0 while importing TB then throw error Thanks a lot Henning!!. Your solution worked. I don't have GolfStream application. Regards, Yashwant Re: Is there anyway to download TB/Reclass files automatically using Business Rules? Below worked as parameters for Business Rule from Data Management WfProfileName= <Parent Workflow profile Name>, ScenarioName = Actual, TimeName = 2019M4 After execution Data Management has extract...Re: Is there anyway to download TB/Reclass files automatically using Business Rules? Hi Peter, Already tried, its throwing error Error processing Data Management Step 'ExportDB'. Unable to execute Business Rule 'XFR_ExportStageArchives'. The given key was not present in the dictio...Re: Is there anyway to download TB/Reclass files automatically using Business Rules? This business rule is working. I have created Data Management Steps to call Business Rule however I am stuck in passing parameter WFProfile, Scenario and Time. I am not able to pass the Workflow p...Re: Is there anyway to download TB/Reclass files automatically using Business Rules? Thank You Re: Is there anyway to download TB/Reclass files automatically using Business Rules? Thanks Peter for the code. Really appreciate your help. Could configure Business Rule however upon execution found that the .csv file contains transformed data and not the original TB uploaded. We...