My Stuff
Comments
-
If I disable the script, then the above fields show. As soon as I try and hide any of them, then form locks up.
-
Hi, i'm the administrator, so therefore have full permissions and it still does this for me.
-
Nicole Apologies, I did see it, but i've been on a project meeting for the past few days and will have a chance Friday to test this, thank you.
-
Let me check the permissions but I dont understand how this can affect the hiding of fields on a before load event?
-
Richard the script execution logs show this. And these are all the deployments on the invoice record.
-
Please see screen shot
-
No, its an activities tab which I have customised.
-
Yes, I can use that thank you.
-
Was going to use the dialog.alert as I can use some HTML to format it. Not sure on the text limit of this though. If its too low, then maybe its not the best route for a help file.
-
Yes, didnt think of that. Is there a limit on the pop up message for text length? I'm assuming you mean a dialog box or am I not understanding this correctly.
-
Hi Assigned To is not available in the CRM Records tab (saved search). On the Tasks view it is, but I cant link the Projects to a Task.
-
Not empty, but I cannot see who that task is assigned to and I cannot select it in the custom view either.
-
yes Kristoffer
-
Yes, I've done that and it only shows me tasks I created. I want it associated to projects not owner.
-
Ah right. I have created a tasks save search and on the Projects custom record, I have added this as a sublist. But i'm not seeing any data. When I run the saved search I see all the records, but when I look at my projects record and the sublist, nothing. I'm not sure what filter I should be using in the saved search. As I…
-
Ok than you.
-
Here you go.
-
Hi Richard These are all my script deployments for Customers: The CS - Inactivate Customer is the one I want to work. What I've found is if I inactivate any of my custom scripts, even 1 of them, then the CS - Inactivate Customer script works! As you can see, I have a couple of scripts that work off of fieldChanged and they…
-
Resolved it! relatedRecords:{ entityId: checklistsearchresults[i].getValue(checklistsearchresults[i].columns[8]), customRecord:{ id: currentrecord.id, recordType: '862' } } The entityId was the issue. It was referrencing a saved search and that column did not have the entityID in it but the name. Many thanks for everyones…
-
Yes, I am trying to link an email to a custom record not an employee record. This works fine for Induction Records. I have changed the recordType to match the Deboarding custom record. The email does actually send, but does not attach, so will commenting this out prove anything?
-
I've narrowed down the client script (i think). I've deactivated it and the customer inactivate script works fine, reactive it and it dosent. So the script that i think is causing the problem is a saveRecord script, which I don't understand why this would cause an issue.
-
Sorry for the late reply! I have deactivated all custom client and user event scripts and just left this one script enabled and it works!! So now the issue is, what are my other scripts causing a problem and why? I would assume that it would be a client script that is conflicting somewhere?
-
Nope, custom records in their own right.
-
I think I have narrowed down where its failing. I'm looping through each line in the custom record and email out and then attaching that email to the custom record, but its not doing it. email.send({ author: currentrecord.getValue('owner'), recipients: emailrecipient, subject:…
-
Richard I've deleted the script record, script and file and started all over again with your file and still nothing is logged.
-
Have deployed script on the Customer record. Go to a customer record and clicked inactivate and nothing, sorry.
-
Thanks Richard, still no joy. /** * @NApiVersion 2.0 * @NScriptType ClientScript */ define(['N/record','N/ui/dialog','N/format','N/email'], function (record,dialog,format,email) { function pageInit(context){} function fieldChanged(scriptContext) { //Set variable to current record var currentRecord =…
-
Thanks for this Richard but I still cannot get this to work. Here is my code below. /** * @NApiVersion 2.0 * @NScriptType ClientScript */ define(['N/record','N/ui/dialog','N/format','N/email'], function (record,dialog,format,email) { function pageInit(context){} function fieldChanged(context) { //Set variable to current…
-
Still get the same error, sorry.
-
Sorry, just one other question. How can I remove the employee ID from the front of the employee name in a multi-select field on a PDF.