Self-Serve Single Record

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
skyking
User
Posts: 37

Self-Serve Single Record

Post by skyking »

I'd like to set up a self-serve app where a user starts out with no records in list and a search only brings up their own record.

This would be done using a unique field so that a search on that field only returns a single record for edit.

Not sure if this can be done without major code changes.


mobhar
User
Posts: 11712

Post by mobhar »

Maybe you may start by enabling Requires search option under Table setup -> Table Options -> List Page if you want end-users do not see all records in List page until they will find do a search.


skyking
User
Posts: 37

Post by skyking »

Excellent, that will work. Documentation shows Default search type (Quick) which I need to set as 'Exact Match' but it's missing from the table setup.


skyking
User
Posts: 37

Post by skyking »

I think I found the search function in the Column settings for Advanced using operator '='


skyking
User
Posts: 37

Post by skyking »

This is working great. I even set the default page to the search page so users can find their own record or add a new one.

Thanks for the suggestions and answering my other questions. Very helpful.


Post Reply