Hi All
I'm an API Newb - but I've managed read the contents of a complex quoting tool and send the required data to an iSheet to create my shiny new quotation document… Great!!!
The challenge I have now though is about ‘letting Basic Users’ see that iSheet and it’s attached document, without letting ALL users see ALL Quotes.
It's true - I can send a link to the correct iSheet entry with ‘Email Rules’, all the user has to do is click on the iSheet View and they can see EVERY iSheet entry created and therefore the details of every quote.
I thought – Great – lets just filter the iSheet entry based upon the Creating User!
Sadly that will not work though as the ‘creating user’ is not my user – it’s a API USER, which is always fixed as the same user who created the API Application Keys :o(.
So my question is – is there any way that I can Change the iSheet’s ‘Created By’ entry for my created iSheet record. I know the users email address at the point the iSheet Entry is created, can I perhaps use the API to wait until the iSheet entry is complete – then change the ‘Created By’, from the API User name to the ‘actual’ user name?
Any thoughts or advise would me much appreciated.