Redwood : Defaulting Asset field in SR Create Page
Summary:
In Redwood, how to default the Asset value in the Asset drop down when user navigates to SR Create from IB Asset Simplified UI?
Content (please ensure you mask any confidential information):
We have done the following
- Created an action in Application Composer → ERP and SCM Cloud → Installed Base Asset → Actions and Links
- The Action Source was set to a URL like <pod>/fscmUI/redwood/service/ec?flow=sr&flowPage=create&SrcIBAssetId=123456&SrcIBAssetNo=123456 using Groovy where SrcIBAssetId and SrcIBAssetNo are passed as custom URL params
- In VBS (Redwood) made the below changes
- In 'service' app
- Created 2 variables SrcIBAssetId and
- In 'service' app
0