In the mobile app, how to input form screen fields get written back to the record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 12:04 PM
I am trying to do a proof of concept form within mobile that creates a task_time_worked record. I am using an input form screen as seen in the attachment below where I have 4 inputs created.
In the mobile app the form loads correctly with my 4 fields and you can submit and create the record, but no data is being copied from my fields to the task_time_worked record. It's just an empty record. What part am I missing that maps the data from the form to the record that's being created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 12:19 AM
Hello,
Did you manage to get this working, I have a similar case, where data is not pushed to the form when trying to create a new record using the input form screen.
thanks & regards,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 05:01 PM
I was able to update a record in mobile by updating the existing Action Item function in the mobile app builder.
For me this was Mobile App Builder > Field Service Mobile > Functions > searched 'edit work order task' > click into action item edit work order task > Action item step > Edit work order task (online) > Updated the Execution script to include my inputs.