My Stuff
Comments
-
Team Selling
-
Sorry, 2 secs after posting this I found the name of the feature that wasn't enabled:
-
Answer: C
-
C A D B
-
Create Project
-
Hi @Ivy Lopez-Oracle Is there a workaround for custom reports? Thanks
-
Hi @Richard James Uri-Oracle So it is possible to populate the project task record (with an existing project task) on a purchase order created through REST or SOAP is what you are saying.
-
Option C.
-
Hi @Richard James Uri-Oracle I had logged this as a case with Advanced Customer Support(ACS) weeks ago and had no response. That is why I had to try and get a response here.
-
Thanks @Nayeem Rahman Shaik I don't know the what the difference is between a field or record type being 'exposed' vs being mentioned in the API browser. Am I right in thinking that the 'project task' record being exposed means that a project task can be created via the API? However, a project task field cannot be set when…
-
Hi @Richard James Uri-Oracle To replicate the script in a test drive account, a project needs to be created with a single project task. A vendor bill line needs to be coded to the project task. The getinput search can be copied and pasted into a TSTDRV account with the project name changed to the test example: var…
-
HI @Richard James Uri-Oracle To clarify, does that mean that the project task field can be set when creating a purchase order through webservices? thanks
-
D. 60 days
-
Thanks @Nayeem Rahman Shaik Where can I check whether a field is available for APIs? In this case, there is talk of programmatically creating a purchase order using either SOAP or REST.
-
Hi @Micah Timbol-Oracle I can see where the balance is coming from now. It appears to be tied to the "Customer Deposit" transaction type. There doesn't appear to be an option to create that transaction type from the 'New Bar'. I didn't realise that was different to a regular deposit transaction. It seems to work when I…
-
Hi @Richard James Uri-Oracle Yes, it works in the UI. The issue seems to be in this part of the code if (parseFloat(debit) > 0) { try { journalEntry.selectNewLine({ sublistId: "line", }); journalEntry.setCurrentSublistValue({ sublistId: "line", fieldId: "account", value: account, }); journalEntry.setCurrentSublistValue({…
-
Hi @User_L8T63 I am leaning towards this will require a client script. From as far as I can tell, workflow sublist actions are pretty limited
-
Hi @Richard James Uri-Oracle All of the numbers are whole numbers. The debug logs show:
-
Show Hierarchy
-
Option C
-
False
-
Hi @Midhun Nath : I had already tried that and it didn't work (my screenshot in the first post) Thanks for the suggestion though!
-
Option A
-
Source Code
-
Hi @Richard James Uri-Oracle I haven't had a chance to check the asset proposal record sorry. I did test creation of a FAM asset record using a map reduce script and that worked. Thanks
-
Hi @Clarisa De Torres-Oracle This was a vendor bill. There is no tax item set up on the vendor record. There is a shipping/billing address in Australia. The tax schedule of the item shows it is taxable Thanks EDIT: I have noticed it returns "UNDEF" when using the expense sublist on a vendor bill For the item sublist, it…
-
Hi @Richard James Uri-Oracle To clarify this comment, "achieving this could involve the creation of a Custom Drop Down field through UE." I wouldn't expect the script to be a user event since the record in the UI would be in dynamic mode and the custom field's values would be driven by the project selected on the line.…
-
Hi @User_JKLFU I had already tried that (that was the suggestion the linked thread). I am thinking it might be a limitation when it comes to portlets? thanks
-
Hi @Michelle Jabanes-Oracle Thanks for the response. I didn't fully understand what this sentence means in practical terms: " key difference lies in the scope of control and the level of administrative privileges granted to users with roles". If any role that has the checkbox tick for core admin permissions, still needs…
-
Hi @Richard James Uri-Oracle It was an Oracle NetSuite Solution Architect who mentioned creating a FAM asset record using SuiteScript. They recommended this to us with no mention of limitations of the bundle. I assumed that the creation of custom records in the bundle were scriptable even if the bundle as a whole wasn't