Hello all,
I have a question with my Apex form developed from the employees DB, including emp_ID which is a primary key - sequence generated from APEX for each record submitted.
what i need is : after filling out the employee information in the registration form, i need to retrieve the emp_ID that submitted and inserted to the database, i mean after submission i want an Alert message with the ID generated for this record or employee.
i have found the MAX(emp_ID) method , but it is not useful for my case and i have many end-users for the form.
Is there any process after submission to retrieve me the ID auto generated?
Please help
Thank you