Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Suggested answer

Chain of command local variable challenge

(1) ShareShare
ReportReport
Posted on by 56
Hello everyone,
 
How do I access a local variable in a standard method? E.g. the assetTransNew variable in the createAssetTrans method of the TransactionReversal_Asset class.
Why? For every new AssetTrans record created by this method, I have to create a related record using the RecId of the assetTransNew record and some other fields.
 
 
 
Categories:
  • Suggested answer
    Martin Dráb Profile Picture
    Martin Dráb 230,253 Most Valuable Professional on at
    Chain of command local variable challenge
    It's impossible. A CoC extensions allows you to add code before the method gets called or after that; you can't touch anything inside. The variable simply doesn't exist in your code, it either hasn't been declared yet or it was already destroyed. 
     
    Therefore you need to come with with a different design. Either you'll find a way how to do it with extensions, or you'll need to create an extensibiilty request to make the method extensible.
     
    For example, couldn't you use those updateAssetBookOrigRevoke() and updateAssetBookOrigReversal() methods? There you have the table buffer in _assetTrans parameter.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,253 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans