Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

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

(0) ShareShare
ReportReport
Posted on by 1,482

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.

Categories:

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,006 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,837 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans