My Stuff
Comments
-
@Jack Daryl Espiel-Oracle Yes, I would like to endorse this thread
-
@Jack Daryl Espiel-Oracle Hi! Thanks for the advice. Yes, I tried doing something similar. I have tested this script many times, and this is what I see: a) If the status of Item Fulfillment was changed earlier, for example its default status is "Picked", and we changed it to "Packed" and checked field "INTEGRATED SHIPPING…
-
@rnedelkow2_35210 Thank you so much!
-
@Gab JS Hi!. Unfortunately there is no such option. I converted the report to Excel, but the fields are saved just as text.
-
@Elychelle Gulen-Oracle Thank you! I will definitely check out these articles.🤗
-
@Elychelle Gulen-Oracle Hi! Sorry, for not replying for a long time. I solved my problem. It helped me to open an existing Sales Activity by User Detail report and make it a suitable report for me. 1. Open an existing record: Reports-> Saved Reports -> Sales Activity by User Detail->Customize. 2. Next, in the form that…
-
@Elychelle Gulen-Oracle Hello! Thank you, I hope this functionality will be added in the future. Thank you for the solution! Have a nice day
-
@Nicole Mendoza-Oracle I think that for now I will observe and test the script, if the error occurs again, then I will contact support. Thank you again, see you later!☺️
-
Hi @Nicole Mendoza-Oracle , sorry to make you do unnecessary work, I'll explain the problem a little better. I've tested the functionality and it seems to work fine already, need a little more time to make sure. On some records an error could sometimes occur, I will describe it below. Here I have an SO that has a created…
-
@Nicole Mendoza-Oracle Hi, yes, I tried your solution and it works, I only changed the indexOf check in the script to check for an inequality of 0 (indexOf returns -1 if no value is found). Line 33. if(validStatus.indexOf(soStatus) !== -1) Everything else works great, thanks a lot! P.S. I wanted to ask you, I noticed that…
-
So I found a solution: 1. If you clicked on the button "Mark Packed" - You need to check the type of returned record as "pack" and then perform the necessary actions. 2. If you change status manually - check type as "edit" and compare old and new value of shipstatus field and then perform required action. The script can be…
-
@Ivy Lopez-Oracle Thanks!
-
@Michelle Jabanes-Oracle Thank you very much for your help🤗
-
@Michelle Jabanes-Oracle Hi! I had to create a separate group to which I added contacts. This is not exactly what I was looking for, but for now I'm testing how it works. I can't say for sure if I solved the problem. Maybe I should close the topic, or can I leave it open until a certain time?
-
@Michelle Jabanes-Oracle Hi! This is a custom report, not scheduled, i use next columns: and this filter: I'll explain the problem a bit. For example, I have the result of the report, and I see the following entry: Then a menu opens with an email message > recipients. And here is the problem, instead of my mailbox, the…
-
I solved my problem. When adding a script to the Address Form, a new entry is created, it is necessary to select countries in it, otherwise the script will not work. Also, to check that the user opened the address form by clicking on "SHIP TO SELECT", I used the url parameters check using js. In URL i find this parameters…
-
@Kristoffer Viray-Oracle I'm sorry I didn't give an answer right away, there were some difficulties. It worked, thank you very much for your help!
-
@Edwards_05 On the contrary, I am very grateful to you for help, because I would not have known what I was doing wrong, and you directed me to the right decision!
-
@Edwards_05 Yes, I'm trying to display a message not in edit mode. Now I already created a client script, but I don't understand what function to use to track the "Mark Packed" or "Mark Shipped" button (I know that pageInit won't work in my case), here is my trial script: Perhaps you know how to solve this, I would be very…
-
Hi @Mikko De La Fuente-Oracle, thank you for your help!