My Stuff
Comments
-
False
-
True
-
I just found the reason: Field groups need to be created before you can click into the subtab on the form customisation page
-
Hi @Alex Joves -Oracle I am using custom fields. However, as mentioned, field references such as ${record.fieldname} does not work on the custom email section of a 'send email' native NetSuite workflow action. Like transaction ID, the assumption seems to be to use different references (i.e. ${TRANSID} vs…
-
Hi @SouthernSun and @Patrick Fresnosa-Oracle I just realised the bill is in a different subsidiary to the credit card. How would I deal with that scenario? Thanks
-
hi the credit card is paid through the bank. I dont want to set up a vendor since this is a one off occurance. normally, the card related transactions are recognised (for coding purposes) using the Expense claim reports
-
hi Those dont work in the custom template option on a workflow send email action For example, $(transaction.tranid) doesnt work. (TRANDID) does however
-
Hii @Michelle Jabanes-Oracle yes, this works if sent using an email template. Not as a 'custom' template though. From what I understand, the custom template does not use the same ids as a regular template. Where can I find the correct ids to use? thanks
-
false
-
option b
-
Hi @Patrick Fresnosa-Oracle This would be for different vendors. thanks
-
Hi @Micah Timbol-Oracle I had seen that. Though I wanted to know how I can add additional credit cards? And whether the credit cards needed to be part of the same subsidiary as the employee?
-
Thanks @Nicole Mendoza-Oracle ! I will test this out :)
-
Actually, nevermind I found a way to do this: VIa Reports>Financial>Financial Row Layouts Then using Direct inline editing after filtering to find the correct report:
-
Hi @Micah Timbol-Oracle Is there an alternative way to get feeds for Mastercard credit cards?
-
Hi @Richard James Uri-Oracle These are not from bundles. These are scripts that I have created. I haven't had this kind of issue before where I can't adjust the script parameters once I create them.
-
Hi @Micah Timbol-Oracle Did the above message get cut off?
-
@NSPK : In my example, it turned out to be a marketing campaign email send (from the campaign record). I would suggest checking the following: The scripted records page for Purchase Orders to see if there are workflows or scripts running on the page which send out emails Saved searches that use record type: transaction.…
-
Answer C
-
This code works: <#list record.item as item> <#if with_rate> <#if (item.rate< 0)>$(${item.rate?abs?string(",##0.00")}) <#else>${item.rate}</#if></#if> <#if (item.amount< 0)>$(${item.amount?abs?string(",##0.00")})<#else>${item.amount}</#if> <#if (item.grossamt<…
-
Hi @Jervin Nicholas Teopengco-Oracle Thanks for testing. Does your sales order have a tax impact? I'm thinking if it doesn.t maybe that is why it is sourcing the header and not the lines? The script works but based on Tafara's testing and my own (with the exact same set up as your workflow), it sounds like a bug causing…
-
Hi @Red Velasco-Oracle and @Slobodan Sobic Thanks for the suggestion. This is the original PDF code (out of the box, suitesuccess invoice template) <#list record.item as item> <tr> <td colspan="2" ><span class="itemname"></span>${item.description}</td> <#if with_quantity><td align="center" colspan="2"…
-
hi im using the administrrator
-
Please note: I want to be able to do this in the advanced PDF itself and not using the preferences on the customer or vendor records: i.e. Not using this:
-
Hi @Jervin Nicholas Teopengco-Oracle There is a native field where you can select projects: The name field: This allows you to select vendors; customers (including projects); and employees. This was the field I was referring to as the native "project" field. thanks
-
hi @Angelica i have seen this Though can you please confirm if this is a limitation before i look at custom fields or custom solutions?
-
Thanks @Tafara That is really helpful. I have ended up creating a client script instead which does source the field correctly: /** * @NApiVersion 2.x * @NScriptType ClientScript */ define( ['N/record', 'N/log'], function (record, log) { /** * @param {ClientScriptContext.pageInit} context */ function pageInit(context) { try…
-
Hi @Jervin Nicholas Teopengco-Oracle I was hoping to use the native fields
-
Hi @Tafara and @Angelica Mae Segador-Oracle I have tried an before submit trigger and get the following: It does not set the field value. @Angelica Mae Segador-Oracle : is this a NetSuite limitation?
-
I had checked the filing cabinet and a search only returned the file shown in the screenshot in my original post. The name is slightly different ("ext-util.js" vs "ext.js") for the one file I found.