My Stuff
Comments
-
@Richard James Uri-Oracle I created a customer support case. This was the response I got The response is pointing to a generic Suiteanswer which doesn't answer the specific question of: "how do I identify which scripts are using this library?"
-
Option D
-
Thanks R. Dieka i was wanting to use the add charge functionality rather than creating a journal entry. Thanks
-
HI @Micah Timbol-Oracle Is this saying that I can't use the add charge option on the match bank data screen? Or that I need to modify the write checks transaction form? Thanks
-
option c
-
Hi @Patrick Fresnosa-Oracle The case number is: 5899340 Yes, the elimination subsidiary is marked for elimination:
-
Hi @Patrick Fresnosa-Oracle My understanding is that so long as the vendor bill and customer invoice are part of subsidiaries within the same grouping, they should eliminate. This is the structure: The customer invoice is from subsidiary A. The vendor bill is from subsidiary B. The transactions are paired using…
-
Hi @Red Velasco-Oracle This is the custom form: Payment option is showing as a separate field to the refund method field. the field id for payment option is: paymentoption thanks
-
getCurrencyRate
-
Hi @Richard James Uri-Oracle I have searched the filing cabinet looking for file names which contain 'ext'. I can only find: Is it correct that all library files are linked to script records? (similar to the above screenshot) Or can they be referenced in a script without showing up on the script record? Thanks
-
Hi Gaurav Thanks for the suggestion. I think the custom transaction won't work since there isn't a way to create bank payment batches for it. I have decided to go with my original thought: grey out the 'For Electronic Payment' "button until another custom field (ápproved for refund' is checked after approval
-
Hi @Micah Timbol-Oracle "Using the Australia Bank Feeds SuiteApp in the NetSuite Sandbox environment only connects to SISS Sandbox, thus the bank data that will be imported are all fictitious." That statement is not correct. The data returned is real data, When filling in the SiSS data connection form, it asks you to…
-
Thanks @Jervin Nicholas Teopengco-Oracle That works! For the old records, I have updated the values using a CSV import and the values from the workflow history saved search
-
Thanks @Micah Timbol-Oracle This is a new account which is undergoing testing in sandbox before being migrated to production. I wanted to confirm that I didn't need to fill in more than one form: One for sandbox to get access from the bank and, later, for production to get access. Based on what you have linked, it sounds…
-
Subscription Plan
-
Actually, found the reason: Even though it displays as 'Yes' for the 'posting' field, the result is evaluating to 'T' or 'F'. This amended formula works: CASE WHEN {transaction.posting} LIKE 'T' then 'YES' else 'NO' END
-
false..
-
Hi @Nicole Mendoza-Oracle Over 300. Thanks
-
Hi @Clarisa De Torres-Oracle thanks for that. I was wanting to print customer deposit transaction PDFs and not deposit slips. Is it possible to do that? thanks
-
Hi @Angelica Mae Segador-Oracle Thanks but that is not what I was after. I was wanting to source individual fields. For example, just address line 2 on a customer deposit PDF
-
Hi @Micah Timbol-Oracle To confirm I have understood this correctly: Getting access to a bank feed using the Suiteapp means it is available in both environments (Sandbox and Production) without having to fill in multiple forms for SISS? However, it is recommended to disconnect the sandbox one when the production one is…
-
Thanks @Angelica Mae Segador-Oracle Is it possible to reorder them so they are moved to the bottom of the list in the Classic Centre?
-
True
-
Hi @Jervin Nicholas Teopengco-Oracle Thanks for the detailed test results. To confirm: if I wanted the action in state 2 to occur at 10:05 pm : The transaction enters State 1 at 6:39pm, There is a 1 hour delay before the state 1 action (send email) occurs. Because of there being no free processor queues, this doesn't…
-
Hi @Jervin Nicholas Teopengco-Oracle Yes, I need a way to specify which template (XML file) to use when creating a traveller PDF. The work order and BOM traveller suiteapp allows this by allowing the user to define which folder the template is stored in: However, there doesn't appear to be an equivalent in the SCM bundle.…
-
Hi @Patrick Fresnosa-Oracle Yes, all subsidiaries are in the same instance. However, to prevent the transactions from eliminating (such as customer invoices from Japac which is the vendor bill for USA), the transactions will be regular transactions and not intercompany transactions (i.e. not paired and not using customer…
-
HI @Richard James Uri-Oracle The search: varexpensereportSearchObj=search.create({ type:"expensereport", filters: [ ["type", "anyof", "ExpRept"], "AND", ["mainline", "is", "F"], "AND", ["taxline", "is", "F"], "AND", ["trandate", "within", startDate, endDate], "AND", ["expensecategory","noneof","@NONE@"], "AND",…
-
Thanks @Tris Mendoza-Oracle So the parent item BOM does not need to be added as a component to the child item's BOM?
-
Advanced Financials
-
Hi @Wee Ming and @Jeremy Guimaras-Oracle Yes, there is an expense line as well. Is there a way to turn off the option to receipt for expenses? thanks