Where to find the Parameter in the Hyperlink
Hello everyone,
I have a question about finding the correct parameter when setting up a hyperlink in Oracle ECC.
For example, in the Asset Command Center, I noticed that the function for the Forms caller is correct, but the parameter is different from what ECC suggests.Lets take for example the hyperlink (/ecc/ebs/formsCaller?functionCode=FAXASSET&DP_ASSET_ID={0}) By default, the parameter is predefined as DP_ASSET_ID, not ASSET_ID. If you remove DP_ASSET_ID and use the "Add URL Parameter" button to select the Asset attribute, it will insert ASSET_ID, but this does not work—the hyperlink fails.My question is: