You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tool
What tool/version is it that you're making a feature request for? i.e.
EarlyBoundGenerator
Is your feature request related to a problem? Please describe.
No, just an addition.
Describe the solution you'd like
It would be quite usefull to also have available in earlybound the multiple stage names of a given process stage. Similiar to option sets.
Describe alternatives you've considered
Right now comparisons to the stage name have to be made in hardcoded text as I have no knowledge of how to do it in any other way.
Additional context
To access stage names:
ProcessStage psActual = (ProcessStage)service_arg.Retrieve(ProcessStage.EntityLogicalName, ospOld_arg.ActiveStageId.Id, new ColumnSet("stagename"));
if (psActual.StageName.ToLower() == "stage name"){...}
The text was updated successfully, but these errors were encountered:
I would assume something like that, yes. I am not versed in the tool development, I only use it and thought it would be useful to also have this available just like we have option set names
Tool
What tool/version is it that you're making a feature request for? i.e.
EarlyBoundGenerator
Is your feature request related to a problem? Please describe.
No, just an addition.
Describe the solution you'd like
It would be quite usefull to also have available in earlybound the multiple stage names of a given process stage. Similiar to option sets.
Describe alternatives you've considered
Right now comparisons to the stage name have to be made in hardcoded text as I have no knowledge of how to do it in any other way.
Additional context
To access stage names:
The text was updated successfully, but these errors were encountered: