Hi here,
I am using Visual Studio Tool to do integration with Ms Dynamic GP 10.0.
My problem is, in side [Dynamics.Forms.PmTransactionEntryDistribution.PmTransactionEntryDistribution.DistributionScroll]
I try to populate value of [AccountNumberString] field by using the following code:
AccountNumberString.Value = "400-652-000";
but I still not see this string in the Account column. Anyone could help me out please.
Thank you
Tola
PS: One more thing, anyone know how to populate multiple rows?