My Stuff
Comments
-
Thanks for the feedback. I have implemented a user event script to fulfill the requirement.
-
Thank you. That does work with setting the customer field on the custom record. I needed to set the 'customer' field on the custom record to 'Record is Parent' though. Do you know if it is possible to set other field values via the URL, or does it only work if the field you are setting relates to a record that has a…
-
Thank you so much for getting back to me with this solution. It will work perfectly for our company. A PDF attachment is preferred over the remittance being included in the email body. I could not find anything in the help about leaving the Template field on the Electronic Payment Preference page unpopulated so that EP…
-
Hi, do you know how manage a field's behavior - I cannot find any help on this? And which alternative client script types would you recommend? Many thanks
-
Thanks for responding Richard. I have reviewed the help articles you suggested but they do not give any useful information in this regard at all. The articles, the postSourcing one in particular because this is function I need the most, does suggest that the the behavior is normal, stating that in some cases it is…
-
I've now tested this and vendor.phone works. Thank you very much for this answer.
-
No, I have not been able to resolve this. It still occurs for me.
-
Hi, it is being used in a Suitelet, so the deployment is not associated to a particular record type. The Suitelet is opened from a button on a purchase order - UE script beforeLoad add the button to purchase orders. I am passing the purchase order ID as a parameter in the Suitelet URL. I hope this helps. Many thanks.
-
I have successfully used the Field.isDisabled property. I have been able to read this property and change the property to disable and re-enable fields on a Suitelet using a client script running on the Suitelet. This is with N/CurrentRecord.
-
Thanks for your response, I will have a go at using Field.isDisable. Many thanks
-
As a work-around I have added additional fields and am updating the isDisplay property with a client script to show or hide suitable fields. When I want the user to view data I display disabled fields, but when I want the user to enter data, I hide the disabled fields and show entry type fields. It seems a shame that I…
-
Hi, Thank you for investigating this for me. I appreciate you taking the time and effort to check. I will log an enhancement request for this. Many thanks
-
Thank you. To add a bit more info, I am opening the Suitelet using window.open and using _self so that it opens in the same browser tab. var openSuitelet = 'window.open(' + suiteletURL + ', "_self");';