I created a new user Create action on the EmployeeEmergencyContact business class. I want to create a tailored emergency contact form that only collects specific information. The key field for this BC is SequenceNumber which has a delivered field rule to autosequence so I expected the field to autopopulate to the next available number when I open the create action form or submit it.
I am continuing to get an error that the SequenceNumber is required, and I don't understand why it's not autopopulating. If I use the delivered primary form with the action I don't have this problem but I don't see LPL anywhere that impacts the SequenceNumber field.
What am I missing?