Aly
03/18/2025, 10:36 PMCeligo AI
03/18/2025, 10:37 PMAI generated answer (using internal Slack threads):To display a Suitelet on a custom record subtab, you can use a workaround by creating a custom field of type 'Inline HTML' on the custom record. This field can be used to embed an iframe that points to the Suitelet URL. Here are the steps: 1. Create a Suitelet and deploy it. Note down the Suitelet URL. 2. Create a new custom field on your custom record. The field type should be 'Inline HTML'. 3. In the 'Default Value' of the field, insert an iframe that points to the Suitelet URL. The code would look something like this:
<iframe src="YOUR_SUITELET_URL" width="100%" height="500px"></iframe>
4. Place this field on your custom subtab.
This way, when you open the custom subtab, the Suitelet will be displayed within the iframe.
Please note that this method has some limitations. The Suitelet will not be able to interact with the parent window (the record form) due to browser security restrictions. If you need to pass data between the Suitelet and the record form, you may need to use a different approach, such as using a Suitelet as a sublist on the record form.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
03/18/2025, 10:37 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.853567183
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842970848
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841059566
Celigo AI
03/18/2025, 10:37 PM