Question

How to validate website field

  • 26 May 2023
  • 0 replies
  • 35 views

Userlevel 5
Badge +15

Hello,

 

I am trying to validate a custom field I created in IFS Cloud for the CustomerInfo entity. This field should store the customer’s website that we enter manually. The only issue is checking if the entered value is valid or not. I am creating a workflow to check if the entered value is a valid website or not and if it’s not, throw an error to the user.

How can I achieve this? I’ve tried using script tasks to handle the website validation by using Boolean(new URL(varInputWebsite)) but IFS doesn’t recognize the new URL call.

 

I’ve tried using a const regex value to handle this but IFS doesn’t like const’s it throws and error saying const const as if I’m defining this as a const twice, but when I remove my const it throws the same error.

 

How do I go about doing this when I don’t know what IFS accepts and doesn’t accept from Javascript? Any and all input would be greatly appreciated.

 

Thanks,
Bryan 


0 replies

Be the first to reply!

Reply