Skip to main content

There is skuid page, which having the submit response button (holding action).  When the user click or submitting the response we should capture informations to store in the salesforce object level and the informations such as user who submitted? user when submitted? user submitted from which IP Address?  

If its a visualforce page then we could call apex HTTP headers.  But since we dont have direct visualforce page, and submitting response happens in skuid page action, we are facing challenge.

Is there any work around?  Earlier response much appreciated.

You can create a model based on the User object. You can also use global merge variables for user attributes as listed here: Page Not Found — Skuid v15.1.6 Documentation


Reply