Forum Discussion
ChrisSwirtz3
3 years agoQrew Member
Thanks again Mark, this worked well, as per usual.
I wonder if this can be incorporated with the solution you provided in regard to linking users to a specific company?
Basically the client wants a Company user to be able to log into the app, and from the home screen be able to create a specific type of New Office Request (i.e., New Annual Lease, Renewal) which is based on a selection in the New Office Form, for the specific Company that user is linked to. Can I combine both solutions you provided to accomplish this?
------------------------------
Chris Swirtz
------------------------------
I wonder if this can be incorporated with the solution you provided in regard to linking users to a specific company?
Basically the client wants a Company user to be able to log into the app, and from the home screen be able to create a specific type of New Office Request (i.e., New Annual Lease, Renewal) which is based on a selection in the New Office Form, for the specific Company that user is linked to. Can I combine both solutions you provided to accomplish this?
------------------------------
Chris Swirtz
------------------------------
MarkShnier__You
Qrew Legend
3 years agoYes, that is possible. You would display a "report" of those users we discussed on the home page filtered where the User is the current user. So it will be a one record report. The only fields that you need to offer are the ones like [Create New Annual] or [Create Renewal].
Since the user record knows their office, you would just adjust the buttons to have an extra line like
& "&_fid_999=" & [Related User Office]
so that he correct Office auto populates .. although I think that we were going to also do that via a form rule anyways so this is sort of belt and suspenders.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Since the user record knows their office, you would just adjust the buttons to have an extra line like
& "&_fid_999=" & [Related User Office]
so that he correct Office auto populates .. although I think that we were going to also do that via a form rule anyways so this is sort of belt and suspenders.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- ChrisSwirtz33 years agoQrew MemberSo it would look something like this?
------------------------------
Chris Swirtz
------------------------------- MarkShnier__You3 years ago
Qrew Legend
yes
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- ChrisSwirtz33 years agoQrew MemberOk excellent, thanks! I was hoping there was a way to be able to break those buttons out on their own but I think this will end up working just find.
------------------------------
Chris Swirtz
------------------------------