Site Search:
Sign in | Join | Help

Reg: GP lookups for Vendor, Invoice and Accounts

Last post 05-13-2009 5:13 AM by sarantaya. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 05-13-2009 5:13 AM

    Reg: GP lookups for Vendor, Invoice and Accounts

    Hi,

    I am using GP lookup windows for Invoice, Vendor and accounts as below but the lookup screen appeared without data eventhough GP having data respectively. Please let me know how to use GP lookups. Is any other initialization required?

    Dim InvLookup As InvoiceLookupForm = Dynamics.Forms.InvoiceLookup
    InvLookup.Open()
    InvLookup.InvoiceLookup.RedisplayButton.RunValidate()

    Dim VenLookup As VendorLookupForm = Dynamics.Forms.VendorLookup
    VenLookup.Open()
    VenLookup.VendorLookup.RedisplayButton.RunValidate()

    Dim AccLookup As AccountLookupForm = Dynamics.Forms.AccountLookup
    AccLookup.Open()
    AccLookup.AccountLookup.RedisplayButton.RunValidate()

     

    • Post Points: 0
Page 1 of 1 (1 items)