Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Unanswered

Dexterity - how to capture variable in scrolling window to be used in procedure script

Posted on by 1,480

This is a Dexterity Question.

I am trying to capture the values of fields for the lines on a scrolling windows that are marked.  

Specifically I want to capture the batch ID, posted date and Batch Totals that are checked on the Generate EFT Files window.

when the Generate EFT File button is pressed.

I already have a Trigger Registered and working when the Generate EFT files Window.

I am trying to grab the fields listed above and then will pass them to another proc.

I am unsure whether to referenece the fields listed above either via scrolling window Table buffer or with the scrolling window values themselves.

Here is a sample of my Dexterity of trying to capture the Batch total.  I am not sure what the correct table buffer name is  

local currency temp1;


if not empty('EFT Status' of table cmTransactionEFTBatch) then
 temp1 = 'Batch Total' of table  cmTransactionEFTBatch;
 end if;
warning "Your EFT Batch Total = "+ format(temp1,false,false,1,MINUSNEG);

pastedimage1601672255493v2.png

the above always returns 0.0000 for temp1 - which is supposed to be the batch total.   If the field was part of the main window i would be fine but scrolling windows are a little more difficult.

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,900 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,275 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans