ProtectedanalyzeAnalyze error from entity save/delete operation and return appropriate result
ProtectedgetExtract and validate the EntityName parameter
ProtectedgetGet entity metadata and create entity object
Optionalprovider: IMetadataProviderProtectedgetExtract and validate the Fields parameter
ProtectedgetExtract and validate the PrimaryKey parameter
ProtectedhandleHandle generic errors with consistent formatting
Creates a new record for the specified entity type.
The action parameters containing:
ActionResultSimple with:
ProtectedloadLoad an existing record using primary key
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
ProtectedsetSet field values on an entity
Creates a new employee record in the MemberJunction system. This action extends CreateRecordAction to leverage existing record creation functionality while adding employee-specific validation and business logic.