Skip to content
  • Contacts
  • Articles
  • Categories

AX / Dynamics 365 For Finance and Operations blog

Category: Prospect

D365FO – AX – Get Prospect type in X++

Posted on 3 June 202120 August 2021 by Marco Saad

How to get in in X++ //Get Propect type DirPartyTable dirPartyTable = DirPartyTable::findRec(smmBusRelTable::find(...put your prospect here...).Party); //Continue if Prospect type is "Organization" if(dirPartyTable.type() == DirPartyType::Organization) { ....do something... }

Leave a comment

Cerca

Recent Posts

  • AX / D365FO – Create a Tile in a D365FO Workspace with X++
  • AX / D365FO – Debug Production environment on D365FO On-Premise version
  • sql server – Free disk SPACE USING SHRINK
  • AX / D365FO – Log “only errors” in Batch jobs History
  • AX / D365FO – Use a SQL Server function in an D365FO View

Categories

Enter your e-mail address to subscribe to this blog, and receive notifications of new posts by e-mail.

Join 52 other followers
Follow AX / Dynamics 365 For Finance and Operations blog on WordPress.com
Blog at WordPress.com.
  • Follow Following
    • AX / Dynamics 365 For Finance and Operations blog
    • Join 52 other followers
    • Already have a WordPress.com account? Log in now.
    • AX / Dynamics 365 For Finance and Operations blog
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...