Many times, we want to add a custom field to our SuiteLet Sublist that is able to accept dynamic values. For eg: a URL, Text, or RichText.
For this, I trying to create a custom field in the suitelet sublist with the type FieldType.INLINEHTML for storing dynamic URL, got an error saying that “you provided an invalid field type: INLINEHTML“
To solve this error and show a dynamic URL, create a custom field with field type FieldType.TEXTAREA. Text area supports rich text and we can embed HTML in them. This works perfectly.