Krishna
2 years agoValued Contributor
Current Selection Form in WF Profile
Hi - Is there an BRAPI to get the current form name from WF Profile ? I was able to get the list of Forms using the below code but I looking for when a user select the form it should return. Let me know if there any BRAPI functions
Thanks
Dim objBRApiForms As XFFormsForWorkflow = BRApi.Forms.Metadata.GetForms(si,si.WorkflowClusterPk)
'Get the List of Required Forms
Dim listfrm As List (Of XFFormSummaryInfo) = objBRApiForms.OptionalForms