My Stuff
Comments
-
Hi @Richard James Uri-Oracle The suiteanswer doesn't mention updating project task records. Is that possible using server side suitescript? Since the SuiteAnswer mentions: "Supported Script Types The project record is scriptable in server SuiteScript only. All three user events are supported: beforeLoad, beforeSubmit,…
-
Hi @Richard James Uri-Oracle I wouldn't have thought this was possible: "Essentially, what i am after is narrowing down the list of project tasks for a project that appear at the line level based on the item selected." Since this is a native field, I didn't think you can narrow the options shown in a drop down?
-
Track Messages
-
Hi @Michelle Jabanes-Oracle I had looked at the help guide and Suiteanswers. However, I couldn't find an answer to the above questions: If permissions have to be specified and the levels, what is the difference between a custom role that has 'core administrator' checked vs a role that doesn't? In both cases, wouldn't I…
-
option C
-
Answers A and B
-
Option A
-
False
-
False
-
Hi @Nicole Mendoza-Oracle Yes please, if you can help me a raise a case so I don't have to repeat the details that would be great. Thank you
-
N/Task
-
Journal Entries
-
Any updates @Veronica Steluta Mincior-Oracle ?
-
Hi @Veronica Steluta Mincior-Oracle Any updates on this?
-
Option b: Copy to Account
-
Thanks @User_ZCWF3 Wouldn't this return 2024-04-18 as a string? and not account for variations in the length? (e.g. if the date is less than 10)
-
Purchase Order
-
I have found some information saying that the reason the parsedDate variable is returning a date/time value is because this is a standard javascript function. in that case, how do I format the string for the formattedDate variable and return that as a date value in the required format? (dd/mm/yyyy)
-
thanks Patrick so this is not the same thing as Projrct accounting and management?
-
option
-
Hi @Clarisa De Torres-Oracle A loan wouldn't normally have an invoice or bill associated with it. This would be a funds transfer. The account it goes into wouldn't be the intercompany receivables or payables account. My question was around actual loans (usually via funds transfer) and the liability side of it. How does the…
-
Thanks @Elychelle Gulen-Oracle The SuiteAnswer refers to customer priorities. Is there a way to prioritise one transaction over another based on a custom attribute? In this case, the orders are received as 'draft' sales orders from a third party E-Commerce platform. Those should take less priority than sales orders that…
-
@Veronica Steluta Mincior-Oracle Web page is another one that is not available. If you choose "web address" That gives you: ${customer.url} which points to NetSuite's URL and not the actual web address entered on the form: i.e. I was expecting this to return the URL from the lead/customer card:
-
Hi @Veronica Steluta Mincior-Oracle ${entity.billaddress1} ${entity.billcity} ${entity.billstate} ${entity.billcountry} ${entity.billzipcode} The above only returns the City, State and Country though not the zip code or address line. These fields are populated. The ${customer.defaultaddress} returns the address in full…
-
Sorry, forgot to post the script: function postSourcing(context) { // Get the current record object var currentRecordObj = currentRecord.get(); // Get the ID of the field that triggered the event var fieldId = context.fieldId; if (fieldId == 'item') { var item = currentRecordObj.getCurrentSublistValue({ sublistId: 'item',…
-
Option A
-
@Elina Kourouzidou Are you just trying to add a prefix referencing the subsidiary but preserve the actual transaction number? If so, you could run a CSV import with the new document numbers after changing this setting temporarily:
-
Hi @Nicole Mendoza-Oracle I logged this with NetSuite support. They suggested a post sourcing entry point since there might be a delay in populating that field. That worked. Thank you for all of your help though. It's good to see the troubleshooting steps
-
Hi @Nicole Mendoza-Oracle That's interesting. The script did not work in two separate NetSuite accounts. i tested it with both Chrome and Edge
-
Hi @Micah Timbol-Oracle I was wanting to know if there was an option to convert all planned time entries into actual time entry worksheets? i.e using the same functionality as the "import planned time" button on a blank weekly timesheet but doing this without have to click into the weekly timesheet form and pressing the…