SBL-DAT-00498 Error When Creating Contact Record Via Scripting
SBL-DAT-00498 Error When Creating Contact Record Via Scripting
Give Feedback...
Copyright (c) 2024, Oracle. All rights reserved. Oracle Confidential.
SBL-DAT-00498 Error When Creating Contact Record Via Scripting (Doc ID 2997623.1) To Bottom
Symptoms Yes
No
Cause
Solution
Document Details
References
Type:
PROBLEM
Status:
PUBLISHED
Last Major
Feb 29, 2024
APPLIES TO: Update:
Feb 29, 2024
Last Update:
Recently Viewed
'First Name' is a required field. Please enter a value for the field.(SBL-DAT-00498) BusComp_PreSetFieldValue
Event Fires Twice On Check
Box Field Which Has
Immediate Post Changes =
True [2878456.1]
In the customized environment, Contact business component has the following script:
Debugger Service
Configuration on Linux
function BusComp_PreSetFieldValue (FieldName, FieldValue) [2786339.1]
{
Integration Object
this.ActivateField("Fax Phone #");
Deployment After Full RR
this.ActivateField("Work Phone #"); Migration [2732329.1]
this.ActivateField("Cellular Phone #");
if (FieldName == "Fax Phone #") { OBIEE 12c: Start Script Fails
to Connect to the Node
....
Manager with Error "General
} else if (FieldName == "Work Phone #") {
SSLEngine Problem"
... [2330254.1]
} else if (FieldName == "Cellular Phone #") {
... Show More
}
return (ContinueOperation);
}
2. Go to 'Business Component' in the object explorer and select Contact business component.
3. Open the Server Script editor and add above script in BusComp_PreSetFieldValue event.
8. In the Simulator view, run the business service and method created in above step 6.
CAUSE
As documented in the following knowledge documents, ActivateField should be used before ExecuteQuery method.
SOLUTION
Related
Products
Siebel > Customer Relationship Management > CRM - Enterprise Edition > Siebel CRM > Configuration - General > General Customization
Back to Top
Copyright (c) 2024, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement