Create Account Step Exception
Comments
-
Hi
Im trying to create an account using the create account step. Below shows the fields I am mapping are shown below:
However when I run the flow I get this exception message:
Name: [BusinessRule] Name is Required Exception Message: [BusinessRule] Name is Required Input Values: -- No Data -- Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Name is Required at DecisionsFramework.Utilities.CodeGeneration.FlowSteps.CreateEntityExtensionStep.Run(StepStartData data) at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData) at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
A little confused as it seems to say that Im not provided the name but I am?
Any help would be appreciated!
-
Hello!
What seems to be the issue is the Entity is not being given a name. If you add data to the "Name" field, you should be able to proceed in making new accounts. Hopefully this helps!