Auto populate field with past info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello,
I have a contract form where users enter their information. Currently, the form automatically populates details such as the address, but the bank account number still has to be entered manually. Is there a way to have the bank account number auto-populate if the user has already provided it once? Note that the bank account number is not stored in the sys_user table but in a separate CONTRACT table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
HI @asd22
First of all, is the u_contract being a global custom table ?. Secondly, why the bank account is not auto populated like others , is it a new requirement from the client as a enhancement.
Is there any encryption policy on u_contract specifically for Bank Account field? Lastly, can you uplaod the schema of the u_contract as an image.