Hello,
Recently I’m trying to develop the document verification and approval app where users have their roles assign and can give access rights of the documents to other user.
In my document access table there are multiple reference column which are as below:
Did (uniqueid), Document Name(ref), Company Name(ref), Function Name(ref), User(enumlist + ref),
virtual column: File(ref from document table), Version (ref from document table)
In the table(database) multiple data are stored with “,” this is where i’m stuck.
Objective:
- I want to show this specific document with above other details to users which are selected in the form.(document access form). (only selected user can see the document)
Any ideas on how to achieve this?
Are there perhaps any sample app and or other threads available that replicate what I would like to achieve?
Thanks for the help in advanced.