My Stuff
Loading
Comments
-
There is another option that add conditional lock record action so only certain users can edit and send the transactions back to pending approval. And instead of add button, just add a simple transition link with trigger on after record submit, so the record will go to pending approval automatically after editing and…
-
Okay, then I think there is no good solutions unless I use third party tools.
-
A thought of the solution is adding one field as no store value field and another filed as store value field. Then add a checkbox field said override. Use a workflow that if the override is checked, display store value field and hide no store value field so your user can override the value in store value field. If the…
-
@Warren Ashcroft I think it's a known behavior because you can find below information in suiteanswer: https://suiteanswers.custhelp.com/app/answers/detail/a_id/40596/loc/en_US The Scheduled trigger is considered a server trigger. However, scheduled actions and transitions are not directly associated with user events such…
-
Just some thought. For #2, you can try SuiteAnalytic workbook, it allows you join multiple datasets, and each dataset represent one record type. For #3, I think if you tried to create saved search and use it as sublist, you can use created from as the master field when you set them on invoice or credit memo. I don't think…
-
@Michaela Howard you can also create workflow to do #2,#3,#5, and #6. The advantage of using workflow is that you can customize email, have more flexibility on trigger condition and easier to manage in one workflow with different trigger condition instead of having a lot of saved search and forgetting them later. I don't…
-
You can do it with scheduled script, use search.create function to get the list of employee emails and files then use file.load function to load those files and use email.send function to send emails.
-
Hi @USER_JVE2S, For my understanding, you shouldn't use pageInit, because system doesn't load the data yet in pageInit stage, and selectNewLine function selects the first line. Since you use button to control the behavior, I think you should just put all logic into vendorBillFunc function and leave pageInit empty.
-
Oh, sorry I didn't read your original post carefully and provide wrong information, and thanks for the chance for me to learn something new.
-
@Jack Daryl Espiel-Oracle Hi Jack, I have a small question on your solution. Is that any concern that you create a saved search instead of using condition in workflow transition directly?
-
@User_ICYIP You need to send an update request to change company field to none in the contact record which should be the customer before changing.
-
Just some extra comments on @IcyFlakes-Oracle 's post, except the workflow, you can also use mass update to schedule and send remittance emails, I think the pro of mass update is flexibility on email customization and less knowledge required.
-
@User_NMR8A I'm not sure whether the information you need can be pulled by saved search now, but I think you can try to use workflow to trigger some customized fields value when user apply payment and track it in the future because system note will record the change in the customized field.
-
I'm not sure whether you are talking about reverse payment button in the Payment File Administration record. If so, you can attach a custom script to restrict this button to certain role or hide it completely. Below is the sample code without role/status condition, you can add conditions based on your requirement.…
-
Actually user can set other pages as landing page once they create presentation tab under Setup->intranet->tabs->new. But I think landing page configuration is more related to web content and harder than customizing existing home page for partner.