My Stuff
Comments
-
Richard The form it works on is a transaction form and the employee form is an entity form. The button is created OK on both forms, its just the code fails to run on the employee form. I have already stated where the codes fails on my previous post.
-
So just to confirm, I cannot add a button to a custom subtab/sublist. It has to be on the main form?
-
Yes they are: No they wont be blank as they are required fields.
-
Tigran {custrecord_envaspectsimpactlikelihood} is a calculated field based on the sum of 2 other customer fields, so I have not stored the value. {custrecord_envaspectsimpactlikelihood} is a list field with values 1 to 5 {custrecord_envaspectsimpactconseqence} has store value ticked {custrecord_envaspectsimpactconseqence}…
-
I have now amended the formula. But still does not work.
-
Yes I did and I have now created a new post thank you.
-
OK, thank you for your help on this. I will try that approach.
-
I see what you are doing, but there an easy way?
-
Thank you so much, that worked! I'm not trying to create a saved search to show these calculated fields, but they are just erroring. Looks like I would need to recreate these formulas again? The Impact score is the Impact Likelihood x Impact Consequence, but if I use this formula it does not work.…
-
I literally just want a list field that has the options of the file names in the saved search.
-
Tigran Yes I have already done this, but I need the output to be in a list field.
-
Think I've managed to resolve it! Needed to add in the entity field value and now it creates a note. //Create note that user has declined to send supplier evaluation form var note = record.create({type: record.Type.NOTE}); note.setValue({fieldId: 'title', value:'Supplier Evaluation Form'}); note.setValue({fieldId:…
-
Nicole, I have managed to resolve the issue myself thank you for your time in this matter.
-
Nicole That worked thank you. But now they have applied the SuiteBilling Enhancement and the lines look like this. My code does not work now. How do I reference this?
-
Sorted it thanks! They have to be formulas that use custom KPI's and it works now. So now I have the reverse.
-
I have.
-
I have found this, but it is grayed out.
-
Where do I find this?
-
Richard I'm not trying to create and address book entry, but merely trying to find if there is a default shipping address and assigning each value to a variable so that I can make an API call to another piece of software and send this information.
-
OK, thanks
-
Hi, just added the timeline portlet into the Customer Dashboard and nothing. Had a quick look at the help for this, I am the administrator, so how do I activate this?
-
Ok this is my script: //ADD OR REMOVE DEPOSIT ON SALES ORDER LINE //Get value of class var classvalue = loadrec.getText('class') //Only do this if class is not service contract if (classvalue != 'Service Contract'){ //Get value of deposit required field var depositrequired = loadrec.getValue('custbody_wrsdepositrequired')…
-
I have consolidated all scripts now so there is only 3 or 4 running.
-
No none, just does not work anymore.
-
You mean its not accessible. Ok, thanks.
-
Sorry, i'm really confused. All i want to do is show or hide fields on the invoice form. Nothing to to do with invoice grouping.
-
The script has worked fine until we installed SuiteBilling. We want to move away from group invoicing and use SuiteBilling instead. So at the moment we have tested in the Sandbox and want to go live with this with a few customers.
-
James Will this solve the issue of not being able to hide fields on the Invoice?
-
UE - Invoice Groups - After Submit.js file contents Just to mention, this script was written for us by NetSuite on initial setup of our system. I have currently not deployed the script as its causing an issue.
-
No its not. The one submitted is the Invoices beforesubmit. I'm not touching the invoice group record.