Getting Error: JBO-29000:java.lang.Long cannot be cast to java.lang.String
Summary:
Getting Below Error while executing an object function in Installed Base Asset:
Error:oracle.binding.expr.ServiceInvocationException: JBO-29000: Unexpected exception caught: java.lang.ClassCastException, msg=java.lang.Long cannot be cast to java.lang.String
Content (required):
We are using an object function to PATCH data in fusion and facing above error. Below is the snippet
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
println('Inside Edit Product Object Function');
def assetValue = adf.webServices.XX_OSS_UpdateProductField;
try{
//def ItemId = ItemId;
//def ItemId = CustomerProductItem_c;
//def ItemId = CustomerProductItem_c;
Tagged:
0