-
Inline HTML Transaction Line Field Doesn't Display in EDIT Mode?
Hello— We recently added a transaction line field (WO Stat) to our Sales Orders to provide users a quick visual cue on the status of the Work Order attached to that line. This works as intended when VIEWING a record: However, that field does not render when EDITING an order: Is this by design? Or do we need to define our…
-
How to set value to an inline html custom field
Hello Guru, I created an inline html custom field to load an iframe in the item record. I want to set value to that inline html custom field for both view mode and edit mode via script. If I put the iframe in the Default Value of the field, the iframe can be shown. But the iframe will different for each item record so how…
-
NSC | Add Inline Labels on Body Section of a Record using Custom Fields
Users need to add a Label on the Body section of a Record. This can be done by creating an Inline Type Custom Field and place it in the preferred position. To do this, kindly follow the steps below: Navigate to Customization > Lists, Records, & Fields > Transaction Body Fields > New Label: Enter Label Example: This is a…
-
NSC | Show Red Bar Code as Inline HTML.
Customer needs to add a custom field on the Quote Record that will show a red bar that looks like a code. In order to achieve this, we would need to create an Inline HTML Custom Field and apply it on the Quote record. Note that you can apply this to other records as long as you will change the record it is applied to. 1.…
-
HTML Highlight on Non-Text Column - Saved Searches
Hello! I am trying to highlight the results of a saved search column based on the number. For example, if the number is over 100, make the font green; less than 70, make it yellow, etc. I have completed this before using Formula(Text) and Case When statements, then using inline HTML to set the colour of the text. My…