Forum Discussion

Rizil's avatar
Rizil
New Contributor II
2 years ago
Solved

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...
  • KarlT's avatar
    2 years ago

    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)