Hi everyone,
On APEX 20.2
My client have a logistic application : They scan barcode inside an incoming shipment to generate stock entry
Currently if they scan a barcode not awaited in the incoming shipment, a blocking message is raised (using apex validation) and they must ignore it and say it to supervisor who will advise
My customer would like a change :
If barcode is NOT awaited, display a confirmation message to allow to continue. Confirmation message must ask a password. Operator must call directly his supervisor to enter the password.
If password is OK, lens enter in the stock and user can continue
Without password requirement I would have use javascript : apex.message.confirm. If they say YES → submit the page. If not do nothing.
I tried to create a new modal page, but I failed to call it with JS and not really sure how to get answer and how to advise what to do in function of the answer…
Not sure if it is clear enough. Please don't hesitate to ask me more informations
Thanks for your help
Best regards,