Hey there, I'm kinda new to the platform and I'm creating a portal, where a user after logging in can post a job, which other users can view. For this, I created multiple local users, which can then log into the application. However, when they create a job, how can I get the User Detail so I can save it in the job object. Right now, I have created a User entity and set 'System.User' in its generalization property. Since this entity is associated to the Jobs entity, I can Access the User's attribute on the Jobs page, However, when I run the application, I get a null value. Can someone suggest me the best way to perform this - to access the local user information and save it in another object.
↧