REQUIREMENT:
Need to generate the value for alias column in supplier page for (supplier name and supplier number) using concatenate.
To avoid the duplicates for supplier in EBS
Example: Supplier Name: Bala Krishna
Supplier Number:10090034
They need to default the alias like (Bala Kirshna_10090034)
Note: (“_”) Underscore is used to concatenate the supplier name and supplier number.
To Populate the Alias Value Using Sandbox Personalization:
Step 1: Create the Sandbox and select page composer from tools and enter supplier page with edit mode.
Step2: Click on Edit Pages
Step 3: Select Structure at top of supplier page.
Step 4: Right click on Alias fields as highlighted.
Step 5: Right click on Value select Expression Builder as highlighted.
Step 6: Write the Expression to concatenate the Supplier Name and Supplier Number.
Step 7: Expression for Alias #{bindings.SupplierName.inputValue}_#{bindings.Segment1.inputValue}
Click on Test and Ok
Step 9: Save changes and submit it.
Step 10: Publish the Sandbox once the Modification is done.
Step 11: The alias value got defaulted in supplier page.