How to connect Employee to Account Entity.

0
I have connected Employee to Account entity (1-1 relation),  I have connected Employee to Account entity through Generalization. I have tried to connect directly to System.User. But, all the scenarios giving some sort of errors like “Password Cannot be Empty” or it will be Non Editable for the fields which are there in Employee. Please guide me if in what way i can connect to Account to access system fields as well as custom fields without changing the existing system fields.
asked
1 answers
7

Hi Thanuja Srinivas,

Passwords cannot be added directly to the user table; instead, they must be obtained using NPE, mapped for the user entity in a microflow (see the SaveNewAccount microflow), or generated using a random password generator java action.

Thanks.

answered