Search for tag: "ids"

Acumatica Weekly Check in, February 25, 2021

Walkthrough of Year End Closing and Reporting, Year End Checklist, Use of Screen IDs for Searching, Extending Columns for Descriptions, Navigating Searches, and Voiding Deposits, Payments and…

From  Rhodora Seymour 31 plays

Acumatica Weekly Check In Meeting, January 7, 2021

1099s; using reports in Shared with All Box Folder; auto posting of transactions to the GL; checking for updates-use Pro Version Insider Prerelease; creating and deleting templates; inventory IDs;…

From  Rhodora Seymour 24 plays

Lesson 19.7 Mutable Table Functions

Dictionaries are mutables and support mutable functions. But this is a case where dictionaries are slightly different from lists. We are allowed to loop over a dictionary as we modify it, so long as…

From  Hannah Lee 64 plays

Lesson 19.6 Immutable Dictionary Functions

Since we can loop over dictionaries, that means we probably want to use them in functions with accumulators. In this video we show how to do this and why they are not that much different from lists.

From  Hannah Lee 67 plays

Lesson 19.1 Dictionary Expressions

In this video, we introduce a dictionary as a collection of key-value pairs. We also show how to write a dictionary expression in Python. It looks just like a JSON string, but without the quotes.

From  Hannah Lee 84 plays