Created by Jerry Wang on Feb 16, 2015
For opportunity creation case, the text determination procedure will be executed two times, each with different execution mode.
First time
The trigger point is FM CRM_TEXT_DETERMINATION_EC,
since this FM is registered as a callback via 1order event framework, detailed customizing could be found below:
Note: under this mode ( mode value C - dynamic read ),
only text objects configured as "Transfer = C" will be handled:
This logic could easily be found in code line 136: ( only text object with transfer = C can have chance to execute subroutine determine_text )
Second time
this time the mode is hard coded as B:
B means save text:
Under this mode, only those text objects which DO NOT have transfer = C will be handled.