Adding additional fields to update asset from mobile app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 12:11 AM
Hi Team,
I am trying to add more fields that a service desk agent can update using mobile app when they scan an asset tag using a mobile app.
OOTB- we just see 3 fields:
- State
- Location
- Assigned to
I need to add:
- Asset tag
- Serial number
So that the agent can update them if they find any issue
Steps that I did so far to update the OOTB feature is:
- All > System Applications > Studio
- Selected IT asset management mobile
- Action items > Update asset
- Added :
- var assettag = parm_input.assettag;
var serialnumber = pram_input.serialnumber; - if(!gs.nil(assettag)) updateJson["assettag"] = assettag;
if(!gs.nil(serialnumber)) updateJson["serialnumber"] = serialnumber;
- var assettag = parm_input.assettag;
- Parameter screen: Update Asset > Open Record
- Copied OOTB fields and added new Inputs and UI rules
- Copied OOTB fields and added new Variables
- Function > Action > Update Asset
- Copied OOTB fields and added UI parameters
- Asset tag
- Serial number
- Copied OOTB fields and added action parameters mappings
- Asset tag
- Serial number
Saved everything and loaded the mobile app and did a scan but when I try to update the asset, I still do not see the newly added fields. What am I doing wrong?
(See attached screens shots)
Please guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 05:11 PM
@newservicenowus and @AneeshaJaleel - No, I was not able to resolve it. The business requirements changed so did not follow through on the solution.