プロフィール
コメント
-
Hey, @Jack Daryl Espiel-Oracle I did it again as you suggested and imported the datasets: The deployment process has encountered an error. Deploying to <redacted> - Administrator. 2022-12-16 08:59:59 (PST) Installation started Info -- Account [<redacted>] Info -- Account Customization Project [Analytics_Import_Amort] Info…
-
Hi @Jack Daryl Espiel-Oracle ! Even after your suggestion, I was getting object validation error. Then, I tried theses steps (something close to it).This is a simple writeup, but I think that we are closer: # Analytics SuiteCloud Import Steps - *Object Import* **only** the Workbook - AddDependencies - Project:Validate -…
-
Hey @Jack Daryl Espiel-Oracle ! I did as you suggested, but not success yet. I think that the main issue is related with dependencies. This is my final structure (created from scratch): These are the lines that returned with error: Errors for file:…
-
Any news bout this? I'm facing the same with VSCode. CLI works fine
-
Hi @Jack Daryl Espiel-Oracle ! Yes, I've tried. I'm using SuiteCloud CLI and these are the results: ekloneleuteriodesousa@ZUP-2115 Import_Vendor_Analytics % sudo suitecloud project:adddependencies *There are no dependencies to add to the manifest.xml file.* ekloneleuteriodesousa@ZUP-2115 Import_Vendor_Analytics % sudo…
-
Hey @Jack Daryl Espiel-Oracle ! Ok! Thank you! We have this deployment blocked by this issue.
-
Important: I tried to remove these duplicated tags from the datasets and workbook XML files, then the error is given: - Line No. 4 - Error message: The object field "dependency" is missing. Thank you
-
@Micah Timbol-Oracle ! Sorry for the late reply. We will perform a test in production next week and I'll let you know about it, ok? Thank you!
-
Hey @Patrick Fresnosa-Oracle Just to let you know that I'm looking into it. I appreciate your help. Our cenario is a little more complex. We need to use the running balance for one line, for others we need to use debit, for others credit and there is some cases that we need to use the net . We also need to calculate some…
-
Hi @Dominica Sevilla-Oracle ! Thank you for your support! It worked!!
-
Hi @Mikko De La Fuente-Oracle ! That's is not what I was expecting, but it's ok! Thanks for your support!
-
Hey @Mikko De La Fuente-Oracle, how are you? I would like to customize the response it self. The status code is ok, but we don't receive anything from the created record. the ID shoul be enough. I mean, ex : after a post request to create a vendor, we could receive the internal ID in the response. Is this possible?
-
Hi @Patrick Fresnosa-Oracle ! We need to go thru the ARM way, for sure. There is a big volume of invoices, projects with taxes calculation and we need to keep it automated as possible. If you have any arcticle that could help us with a point of start, will be much apprecciated. Thank you !
-
Hi @Patrick Fresnosa-Oracle , I'm believe that we need to go into the best and more complex way, that is using the Advanced Financials feature to allocate this revenue to each project. Maybe using the statistical journal entry to insert the percent to each project. The group invoice will result in another limitations that…
-
Hi @Patrick Fresnosa-Oracle ! We have some kind of timeout in brazilian localization module. ``` Script Execution Instruction Count Exceeded. ``` The Oracle Support team is analyzing, but we need to think in alternatives. I'm also testing the Invoice Group for these cases, but it will be accept by our business. What is the…
-
Hello @Patrick Fresnosa-Oracle ! Thanks for your reply. Actually, our need to create sales transactions with 300+ lines is related to the quantity of projects . So, we need to create an invoice with few itens, but with 300 different projects. Our blocker is related to Netsuite brazillian localization I'm not sure if I'm…
-
@Mikko De La Fuente-Oracle , yes, thank you for your help once again. I didn't have the opportunity to deep dive into it yet, but I will.
-
Ok, @Mikko De La Fuente-Oracle ! Thanks for your help!
-
Hi @Mikko De La Fuente-Oracle ! I just had to add the project folder in the deploy.xml file. Before: <path>~/FileCabinet/*</path> After: <path>~/FileCabinet/your_project_folder/*</path> And then it works fine! Thank you!
-
Thank you for sharing and your support! Already voted and contributed with some ideas!
-
Hi @Micah Timbol-Oracle ! The approval route using the Specific employee still not working. I've tried with only one active approval rule and created the journal under the approver's limit (limited that was inserted into HR>Approvals...etc) . I'm able to work with groups approvals. But it looks more than a workaround than…
-
Hi, Mikko! To be honest, I'm not sure about the best way to deploy a SuiteApp in production. I know that I can install it directly from suiteapp's page. But I would like to migrate every setup that we are working on. And suitecloud is part of our automated CI/CD process. Any recommendations? Thank you!
-
Hi @Mikko De La Fuente-Oracle ! I'm doing great! thanks! I have no error while deploying using another folder. It seems to work fine. Anyway it wasn't mentioned in the documentation . Maybe could be a good way to improve it. Thank you!
-
Hi @Micah Timbol-Oracle ! Thanks for your reply So I'm not able to use the "Route Approvals Based on Amount" function? All limits are filled and with a higher amount. How could I solve this without this solution? Thanks!
-
Hey, @Mikko De La Fuente-Oracle ! Thanks for your reply. So, I have to find each (in this case 26ID) internal ID from the WF, and replace the [ACCOUNT_SPECIFI_VALUE] for each of them?
-
Hi @Mikko De La Fuente-Oracle Yes, we have this tag. Is there anyway to find out why it was there as we don't work with it. Thanks!!
-
HI Mikko! This is my unchanged suitecloud.config.js: module.exports = { defaultProjectFolder: "src", commands: {} }; Thank you!!
-
Hi @Micah Timbol-Oracle ! Sorry for the late response. Yes! We'd just finish the tests and it worked. Thanks for your support!
-
Hi @Mikko De La Fuente-Oracle ! It is a ACP. And we are facing issues not with the objects, but with the folder it self. Every project is using the same folder (as I don't change de path in our deploy.xml) . So the "Live Hosting File" is one of them that it returns as already created. Thank you!
-
Hi @Mikko De La Fuente-Oracle Thanks for your reply! This is my deploy.xml for that project: <deploy> <configuration> <path>~/AccountConfiguration/*</path> </configuration> <files> <path>~/FileCabinet/*</path> </files> <objects> <path>~/Objects/*</path> </objects> <translationimports> <path>~/Translations/*</path>…