Oracle Best Practice
Discussion List
-
Comlete record insertion while failing ESS jobContent (required): We 're running Groovy function with Schedule Custom Groovy Object Functions ESS job. Function body: def exceptionErrorMessage = '' try{ //do processi… -
Bulk Update of a Custom Field in SR objectSummary: We have created a custom field in SR object. Now we want to update this field with some value for close to 50 K records. How to do this bulk update. Version (in… -
Best Practices to work with CategoriesSummary: how to work with categories in groovy scripts Content (required): Hi, Now We have a lot of requirements that want to set information based on SR category (like … -
Best Practices to work with CategoriesQuestion : Best Practices to work with Categories ------------------------------ Body------------------------------------ **This post was created as part of a How to Ser…Mo Xie-Support-Oracle 73 views 1 comment 0 points Most recent by Mo Xie-Support-Oracle Fusion Service -
Unable to change the SR Status by Partner UserSummary: We have a scenario where Service Requests are automatically assigned to a Partner user. When the partner user logs in and reviews the SR, he is not able to chan… -
Best practices / software to track changes made to fusion instanceSummary: Best practices / software to track changes made to fusion instance Content (required): Do you track every configuration change made in before-production / produ… -
How to add the Address Entity Tile\Function in Service SpringboardSummary: Want to add Address Entity as a tile in Service Springboard. I checked in Structure module in Sandbox but Address is not available in any of the available sprin… -
Display 2 fields from the same object in another objectSummary: We want to display 2 fields from Address object at Account level. first field is created as Choice List (Dynamic). How do I define the 2nd field so that its val… -
Parts search screen is not showing substitite item details.Summary: Parts search screen is not showing substitute item details. We have enabled the relationship in item master for substitute items. Please help. Content (required… -
Innovate Oracle Service with an Oracle Bot–Join our Webcast September 15th and learn how ConversatiSummary Oracle Digital Assistant for Oracle ServiceContent Conversational AI helps ECHO achieve 400% ROI ECHO Incorporated is a worldwide leader in the manufacturing of …Juergen Kress-Oracle 33 views 0 comments 0 points Most recent by Juergen Kress-Oracle Fusion Service -
Assigning to queues based on email header informationSummary How can we assigned SRs to the right queue based on where the email was routed from?Content We have created a few different queues and would like to auto assign …User_2025-02-03-23-53-11-047 59 views 1 comment 1 point Most recent by Jitendra Singh-Oracle Fusion Service -
Not able to add an OSP repair item in Parts Detail. Item not found in lovSummary Not able to add an OSP repair item in Parts Detail. Item not found in lovContent Hi Team, We are testing OSP repair process (Depot Repair), we have created an OS… -
How to make the Severity field to be readonly in layout levelContent Hi Team, I want to make "Severity" field to be readonly for one details page layout out of 5. But the updatable option is non-editable in that layout. So I cant … -
How to enable CTI partner media toolbar for partiular user?Content Hi Team, We have enabled the CTI partner media toolbar in our application by making the below profile option as "Yes" at the site level. So it is visible to all … -
Can we get child record against the selected parent record through API?Content Hi Team, I have 2 FCL field as F1_c and F2_c, in which F2_c having a parent constraint mapping. So If I selected any value from F1_c, then the corresponding mapp… -
How to send email to group members from service requestContent Hi Team, I want to send mail to all the members available in the queue whih is selected in the SR. I tried using Object workflow with Resource group option in th… -
how to Import LOV into applicationContent Hi, I have to create a field with LOV which having number of lists. Is there any option to import the Lookuptype and Lookup code through file import? If anyon aw… -
Deeplink is not working as expected through scriptContent Hi Team, I want to create a hyperlink for SR number and store it into a field which will be navigate to particular record.For that I have used standard deep link… -
DCL field error - ORA-01722: invalid numberContent Hi Team, I have a DCL field where I have mapped with custom object and selected a custom field in the List selection display values While testing the field in UI… -
How to fetch multiple values through view criteria using groovyContent Hi Team, I want to fetch a field's value through view criteria sript when the condition satisfies. As of now, I can get a single value and below is the example: … -
Service – B2B Service 21A Release Overview, 16 March 2021, 9 a.m PT - Submit QuestionsContent Submit your questions for the Service – B2B Service 21A Release Overview session to have them answered during the live event. Post your questions by posting a ne… -
Access token (JWT-OAuth) Authentication to Fusion B2B Service Rest APIsSummary Access token (JWT-OAuth) Authentication to Fusion B2B Service Rest APIsContent Hi All, From the API documentation, I can see JWT access token authentication is p… -
Service – B2C Service 21A Release Overview, 23 February 2021, 8 a.m PT - Submit QuestionsContent Submit your questions for the Service – B2C Service 21A Release Overview session to have them answered during the live event. Post your questions by posting a ne… -
Service – Simplify the Agent Experience While Not Compromising the Face of Your Brand, 9 February 20Content Submit your questions for the Service – Simplify the Agent Experience While Not Compromising the Face of Your Brand session to have them answered during the live… -
Availability of Oracle Digital Assistant (ODA) for Fusion Engagement CloudSummary Availability of Oracle Digital Assistant (ODA) for Fusion Engagemenct CloudContent Hi Experts, Needs your input on Availability of Oracle Digital Assistant (ODA)…Jitendra Singh-Oracle 21 views 0 comments 1 point Most recent by Jitendra Singh-Oracle Fusion Service -
Date field comparisonContent Hi Team, I have 2 custom date fields named as firstPPMdate_c and Enddate_c. While saving the record with value, the firstPPMdate_c should be earlier or equal to … -
How to retrieve child object values using SOAP service through groovy?Content Hi Team, I am trying to retrieve a value from contract child object using SOAP service in servicerequest object.Below is the format I have used to give parameter… -
Set text field value to null once it becomes hiddenContent Hi all, We have a logic where the text field (Source_Category_Description_c ) becomes visible only if specific value (Other_Value) is selected from the dropdown … -
Returning null value while calling GET restAPI through groovyContent Hi Team, I want to consume a rest API (GET method) through groovy script. For that I have registered the below API in webservices section and invoking through gr…