Hi All,
I’m using ISC with the JDBC connector and trying to call a stored procedure during single-account aggregation, using native.identity as the input parameter.
I reviewed the documentation on Account Query Settings (aggregation context)—specifically the single-account settings here—but it doesn’t mention how to pass input parameters into the stored procedure:
Account Query Settings – JDBC aggregation
The provisioning docs do show examples using $plan.nativeIdentity$—like with inserts or stored procedures—but that’s within provisioning operations, not aggregation:
Create Account – JDBC provisioning
So far, I’ve tried:
CALL STORED_PROCEDURE_NAME($plan.nativeIdentity.string)
…but it hasn’t worked.
Could anyone share the correct syntax for using native.identity in a stored procedure call during single-account aggregation?
Thank you!