Hi, I am trying to get the details of trial extension in my VBA code and I am using this method:
ta.TrialExtension.getDetails("XXX" , ta.GetPKey)
but I am getting this error that ta does not have this method at all.
Can some one please help me.
Hey Cynthia,
If you're talking about the web API function limelm.trialExtension.getDetails
, that's only meant to be called from you backend (backoffice, or server-side code). It's not meant to be called inside your app.
Does that make sense?