My Stuff
Comments
-
When I use this solution, it doesn't work for my need because: in View mode, it's ok, but in Edit Mode, the field is not clickable, even if I disable the field: urlField.updateDisplayType({displayType: serverWidget.FieldDisplayType.DISABLED}); I think it's the behavior of Netsuite to edit all the fields in Edit mode, the…
-
Hello Sanket, I had already tried these solutions: - Create an Hyperlink Transaction Line Fields: I can't edit the link to use "/app/mySuiteletpath" format and this type is not flexible, from my understanding it is only useful for static links to external sites. - Create a Free-Form Text via suitescript 2.0 and try to…
-
Sorry, I just find the answer in the documentation: [h=1]Record.save(options)[/h] ReturnsA number representing the internal ID of the new or updated record.