You need to sign in to do that
Don't have an account?
drs-me
get transaction id in apex
Is there any possibility to get the transaction Id / Thread ID of the current running process in apex ?
Basically the same way how salesforce group the logs on the developer console.
Basically the same way how salesforce group the logs on the developer console.
You cannot fetch TransactionID (These is any such concept/provision).
May I suggest you please check with below link from stack exchange community with a similar discussion and a suggested workaround which might help you further.
- https://salesforce.stackexchange.com/questions/61551/current-transaction-identification
Please let us know if this helps.Kindly mark this as solved if the information was helpful.
Thanks,
Nagendra
unfortunately I have seen that stackexchange thread already and it has a different requirement than mine