Unable to fetch Values from the Variables from Supplier change Request
Hi All,
I am trying to fetch Change request Number and SupplierName by using below variables but not getting any values from these variables ..
#{bindings.taskNumber.inputValue} : Getting TaskNumber
#{bindings.ChangeReqNumber.inputValue} : Not Getting any value
#{bindings.VendorName.inputValue}: Not Getting any value
But When I tried to print the value with Variable (Page Composer)- #{bindings.ChangeReqNumber.inputValue} I am able to print it..Not sure what might be the issue while trying to populate these values in Hyperlink
Requirement as below
HyperLink at page composer : AppName?supplierName=#{bindings.VendorName.inputValue}&supplierRegistrationNumber=#{bindings.ChangeReqNumber.inputValue}
Is there any other way to get these vales populate?