Direct link for object

In the scenario, we allow user can access to an object directly to add or update a record. Example, scan QR code to open url to allow customer register new member. This is to create new record

Another example, after complete a transaction, allow user to scan QR code on receipt to request for eInvoice, this is to update existing report.

Or customer can search the order detail if they have order no. 

Url format will be:

Search:

https://web.allsync.io/object-form?objectKey=?&key=xxx

Update:

https://web.allsync.io/object-form?objectKey=xxx&key=xxx

Add

https://web.allsync.io/object-form?objectKey=&key=xxx

where the key is getting from User Defined Table:

provide email and password to generate key for url.

Back to blog