JavaScript exception handelling for exception “Invalid code point”

The JavaScript exception “Invalid code point” occurs when NaN values, negative Integers (-1), non-Integers (5.4), or values larger than 0x10FFFF (1114111) are used with String.fromCodePoint(). Message:RangeError: Invalid code point -1 (V8-based) RangeError: -1 is not a valid code point (Firefox) RangeError: Arguments contain a value that is out of range of code points (Safari) What Went… Continue reading JavaScript exception handelling for exception “Invalid code point”

Remove Lock from Custom Item Field in SuiteCommerce Advanced

Scenario There are instances that a custom item field is locked or will not allow users to update its current setup. Solution To remove the lock in Custom Item Field, make sure to delete all the association of this field in the Web Site Setup page under Commerce > Websites > Website List then edit the website. In the Search Index tab, make… Continue reading Remove Lock from Custom Item Field in SuiteCommerce Advanced

Error Status Codes

The following table lists error status code types that can be returned in a message Response. These are values that are used in the code field of the statusDetail type where the type attribute has a value of error. These codes are listed in the StatusDetailCodeType enumeration, which is defined in the platform faults XSD. You… Continue reading Error Status Codes