Suitelet Internal URL VS External URL

//Info: TAIP-740 There are Instances in which we have to connect the URL of Suitelet to preview other pages.We Normally pass External URL in most cases, However, it’s also ok if we pass Internal URL to connect other pages & thereby perform operations. But, we have to ensure some criteria are given for this case.Internal… Continue reading Suitelet Internal URL VS External URL

For checking and adding auto http protocol for input type URL validation

In normal input field ‘type = URL’ in the HTML form, has a default validation. It will only allow a URL with prefix protocol. ie, http://www.test.com as a sample domain. Even though www.test.com is a valid domain structure, it will be failed for the above-mentioned validation. It is necessary for http:// or https:// protocol. So,… Continue reading For checking and adding auto http protocol for input type URL validation