Hi everyone, I have a Budget Workflow profile with two import steps. Both steps are set up on different data source and different transformation rules. When Importing and Validating data, it works fine. However, when I get to the Load step, if I load...
Hello everyone, when data imported, the amount are displayed with only two figures after coma 0.00 i would like to display an amount format 0.00000 how can i do it in the datasource? Thank you for your help!
I have an IsOptional=True direct connect Import/Validate/Load Workflow channel. I would like to be able to Complete this Workflow channel via the OS api without having to import/validate/load anything, the same as if someone selected the 'Complete Wo...
I'm creating a business rule to automatically lock all workflows and descendants using: BRApi.Workflow.Locking.LockWorkflowUnitDescendants(si, wfClusterPk, profileTypeFilter, workflowChannelKey) but I'm getting the error: 'the item was not found'. I ...