How can i initialize the Source Type from Lead to Opportunity

Mark Van

It is possible to qualify a lead, when a lead is qualified a new opportunity is created.

In the lead dialog it is possible to fill in a Source Type and Source ID.

I want to fill in the opportunity I make from the lead, in this case: If I fill in a campaign for the lead, the opportunity made from that lead must have the same campaign filled in in the source fields.

The problem is, that I can't figure out the process flow of the Source type fields and how I can initialize the SourceTypeId field on the Opportunity.

I have tried searching through the methods on SourceTypeId, but it doesn't help me, can anyone clear this up for me? And where do I have to initialize the desired fields?

I am using AX2012 and the tables: smmLeadTable and SmmOpportunityTable.

Mark Van

I have found out the class: smmCreateEntity, method initFromLead sets the SourceTypeId on the smmOpportunityTable from the smmLeadTable.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I initialize an object of type interface with a constructor from a class that implements the parent interface?

From Dev

How can I initialize a type that is a pointer to a struct in Go?

From Dev

How can I refer to converted Lead information?

From Dev

How can I initialize a cv::Mat with data from a float array

From Dev

How can I dynamically initialize items from the class constructor?

From Dev

How can I initialize a Mat from double array?

From Dev

How can I initialize an androidx ViewModel from parcelable data?

From Dev

how can I determine a layer's data source type

From Dev

How can I initialize a static data member of a class template with type traits?

From Dev

How can I initialize a static data member of a class template with type traits?

From Dev

How can I initialize 2nd array elements which are 'double data type' as -1 or 0 easily

From Dev

JAVA: How can I initialize an ArrayList to specific class type with Object-wrapped instance?

From Dev

How can I generate an API version from source?

From Dev

R: How can I source an entire project from GitHub?

From Dev

How can I rebuild a source jar from another one?

From Dev

how can i extract source hostnames from JSON logs on logstash

From Dev

how can I install gem from source on local machine?

From Dev

How can I source variables from a .bat file into a PowerShell script?

From Dev

How can I change video source from webcam to file in matlab

From Dev

How can I build KDE Dolphin from its source code?

From Dev

How can I tell Cygwin that a dependency was built from source?

From Dev

How can I connect multiple targets from a single source?

From Dev

How can I uninstall all packages from one Debian source?

From Dev

How Can I export/source/. from mate -e?

From Dev

how can I install gem from source on local machine?

From Dev

How can I get Javascript Source(js file) from url?

From Dev

How can I export tables to Excel from a simple text source?

From Dev

How can I create a temporary sandbox to compile from source?

From Dev

How can I generate an API version from source?

Related Related

  1. 1

    How can I initialize an object of type interface with a constructor from a class that implements the parent interface?

  2. 2

    How can I initialize a type that is a pointer to a struct in Go?

  3. 3

    How can I refer to converted Lead information?

  4. 4

    How can I initialize a cv::Mat with data from a float array

  5. 5

    How can I dynamically initialize items from the class constructor?

  6. 6

    How can I initialize a Mat from double array?

  7. 7

    How can I initialize an androidx ViewModel from parcelable data?

  8. 8

    how can I determine a layer's data source type

  9. 9

    How can I initialize a static data member of a class template with type traits?

  10. 10

    How can I initialize a static data member of a class template with type traits?

  11. 11

    How can I initialize 2nd array elements which are 'double data type' as -1 or 0 easily

  12. 12

    JAVA: How can I initialize an ArrayList to specific class type with Object-wrapped instance?

  13. 13

    How can I generate an API version from source?

  14. 14

    R: How can I source an entire project from GitHub?

  15. 15

    How can I rebuild a source jar from another one?

  16. 16

    how can i extract source hostnames from JSON logs on logstash

  17. 17

    how can I install gem from source on local machine?

  18. 18

    How can I source variables from a .bat file into a PowerShell script?

  19. 19

    How can I change video source from webcam to file in matlab

  20. 20

    How can I build KDE Dolphin from its source code?

  21. 21

    How can I tell Cygwin that a dependency was built from source?

  22. 22

    How can I connect multiple targets from a single source?

  23. 23

    How can I uninstall all packages from one Debian source?

  24. 24

    How Can I export/source/. from mate -e?

  25. 25

    how can I install gem from source on local machine?

  26. 26

    How can I get Javascript Source(js file) from url?

  27. 27

    How can I export tables to Excel from a simple text source?

  28. 28

    How can I create a temporary sandbox to compile from source?

  29. 29

    How can I generate an API version from source?

HotTag

Archive