You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ErpObjectDFFUpdateService webservice is not working when use fr object function application composer

edited Mar 11, 2025 2:02PM in Payables, Payments & Cash Management 1 comment

I able to update dff attribute1 in ap payments using /fscmService/ErpObjectDFFUpdateService?WSDL soap service from SOAP UI/postman but unable to update from application composer's object function

def object =

[

EntityName :"Payables Invoice Checks",

ContextValue :"#NULL",

UserKeyA :"105446",

DFFAttributes : [[ATTRIBUTE1:"1223456"]],

];

def operationMode = "single";

def document = [:];

def notificationCode = "";

def callbackURL = "";

def uresult = adf.webServices.upd.updateDffEntityDetails(document, operationMode, object, notificationCode, callbackURL);

it always return zero

appreciate your input please

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!