Rizil
8 months agoNew Contributor
Getting
I am trying to get the journal post group in the workflow profile properties using JournalsEventHandler Business rule.
Does anyone have done this before? Is it possible to get the journal post g...
An alternate option is to use the following BRAPI but again, you would have to execute this across scenario types i think
Dim wfInfo As WorkflowProfileInfo = BRApi.Workflow.Metadata.GetProfile(si, si.WorkflowClusterPk)
Dim wftext1 As String = wfInfo.GetAttributeValue(scenarioTypeID, SharedConstants.WorkflowProfileAttributeIndexes.JournalPostGroup)