Skip to main content

I created an element that should navigate to the Work Order screen. I'm getting an error that says be[Pe].replace is not a function when I try to click on the element. I tried using the 'to_char' function for the work_order field in the datasource to convert the field into a string but that didn't seem to make a difference.

This is what I used for URL Address: page/ReportInWorkOrder/Form?$filter=WoNo eq $$WORK_ORDER]

Hi ​@jas07,

The data type of ‘WO_NO’ might be recorded as ‘NUMBER’, while in the data source it is set to ‘Text’. Changing the data type of ‘WO_NO’ to ‘NUMBER’ in the Data Source Designer should resolve the navigation issue.

Thanks,

Sarasi


Yup, that was the issue, thank you for your help! 


Reply