Advertisement
Guest User

t5est

a guest
Nov 18th, 2015
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 158.34 KB | None | 0 0
  1. Log
  2. 24.0 APEX_CODE,DEBUG;APEX_PROFILING,INFO;CALLOUT,INFO;DB,INFO;SYSTEM,DEBUG;VALIDATION,INFO;VISUALFORCE,INFO;WORKFLOW,INFO
  3. 17:12:42.132 (132198417)|EXECUTION_STARTED
  4. 17:12:42.132 (132238637)|CODE_UNIT_STARTED|[EXTERNAL]|TRIGGERS
  5. 17:12:42.132 (132294933)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000tplL|CSR_AssociateAccountToContact on Contact trigger event BeforeInsert for [new, new, new, new]
  6. 17:12:42.139 (139580618)|SOQL_EXECUTE_BEGIN|[13]|Aggregations:0|SELECT id, Country__c FROM User WHERE (id != '005F0000001zYvx' AND id = :tmpVar1) LIMIT 1
  7. 17:12:42.144 (144181391)|SOQL_EXECUTE_END|[13]|Rows:1
  8. 17:12:42.145 (145688624)|SOQL_EXECUTE_BEGIN|[24]|Aggregations:0|SELECT id, name FROM profile WHERE (name = :tmpVar1 OR name = 'AUS - CSR' OR name = 'Middle East - CSR' OR name = 'UK - CSR' OR name = 'UK - CSR Lead' OR name = 'FRA - CSR' OR name = 'Ensogo - CSR' OR name = 'MY - CSR' OR name = 'Ensogo - CSR Lead' OR name = 'LB - CSR Lead' OR name = 'LB - CSR' OR name = 'US - Takeout & Delivery Order Specialist' OR name = 'system administrator')
  9. 17:12:42.149 (149171753)|SOQL_EXECUTE_END|[24]|Rows:9
  10. 17:12:42.151 (151165921)|SOQL_EXECUTE_BEGIN|[30]|Aggregations:0|SELECT id, AccountNumber FROM Account
  11. 17:12:42.155 (155811666)|SOQL_EXECUTE_END|[30]|Rows:29
  12. 17:12:42.160 (160708771)|CUMULATIVE_LIMIT_USAGE
  13. 17:12:42.160 (160708771)|LIMIT_USAGE_FOR_NS|(default)|
  14. Number of SOQL queries: 3 out of 100
  15. Number of query rows: 39 out of 50000
  16. Number of SOSL queries: 0 out of 20
  17. Number of DML statements: 0 out of 150
  18. Number of DML rows: 0 out of 10000
  19. Maximum CPU time: 0 out of 10000
  20. Maximum heap size: 0 out of 6000000
  21. Number of callouts: 0 out of 100
  22. Number of Email Invocations: 0 out of 10
  23. Number of future calls: 0 out of 50
  24. Number of queueable jobs added to the queue: 0 out of 50
  25. Number of Mobile Apex push calls: 0 out of 10
  26.  
  27. 17:12:42.160 (160708771)|CUMULATIVE_LIMIT_USAGE_END
  28.  
  29. 17:12:42.160 (160835493)|CODE_UNIT_FINISHED|CSR_AssociateAccountToContact on Contact trigger event BeforeInsert for [new, new, new, new]
  30. 17:12:42.162 (162051716)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000WOqm|ContactTrigger on Contact trigger event BeforeInsert for [new, new, new, new]
  31. 17:12:42.165 (165006513)|USER_DEBUG|[91]|DEBUG|All errors:()
  32. 17:12:42.165 (165052986)|CUMULATIVE_LIMIT_USAGE
  33. 17:12:42.165 (165052986)|LIMIT_USAGE_FOR_NS|(default)|
  34. Number of SOQL queries: 3 out of 100
  35. Number of query rows: 39 out of 50000
  36. Number of SOSL queries: 0 out of 20
  37. Number of DML statements: 0 out of 150
  38. Number of DML rows: 0 out of 10000
  39. Maximum CPU time: 0 out of 10000
  40. Maximum heap size: 0 out of 6000000
  41. Number of callouts: 0 out of 100
  42. Number of Email Invocations: 0 out of 10
  43. Number of future calls: 0 out of 50
  44. Number of queueable jobs added to the queue: 0 out of 50
  45. Number of Mobile Apex push calls: 0 out of 10
  46.  
  47. 17:12:42.165 (165052986)|CUMULATIVE_LIMIT_USAGE_END
  48.  
  49. 17:12:42.165 (165138248)|CODE_UNIT_FINISHED|ContactTrigger on Contact trigger event BeforeInsert for [new, new, new, new]
  50. 17:12:42.168 (168539157)|CODE_UNIT_STARTED|[EXTERNAL]|Validation:Contact:new
  51. 17:12:42.168 (168557456)|VALIDATION_RULE|03dF0000000SDyo|Must_Provide_First_Name
  52. 17:12:42.179 (179752090)|VALIDATION_FORMULA|AND(
  53.  
  54. DATEVALUE(CreatedDate) > Datevalue("2015-09-21"),
  55.  
  56. $User.ProfileId <> "00eA0000000V4vB", /*System Admin*/
  57. $User.ProfileId <> "00eF0000000eBPJ", /*API Only*/
  58. $User.ProfileId <> "00eA0000000e7CO", /*Sales Support*/
  59.  
  60. OR(
  61. Account.Merchant_Country__c = 'United States',
  62. Account.Merchant_Country__c = 'Canada'),
  63.  
  64. ISBLANK(FirstName))|FirstName=Jen , CreatedDate=null , Account.Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  65. 17:12:42.179 (179965162)|VALIDATION_PASS
  66. 17:12:42.179 (179988805)|VALIDATION_RULE|03dF0000000SDeJ|Sales_Cannot_Edit_Quincy_Magoo
  67. 17:12:42.184 (184723867)|VALIDATION_FORMULA|AND(
  68.  
  69. OR(
  70. CONTAINS($UserRole.Name, 'US - ISS'),
  71. CONTAINS($UserRole.Name, 'US - Entertainment'),
  72. CONTAINS($UserRole.Name, 'US - National'),
  73. CONTAINS($UserRole.Name, 'US - Restaurants'),
  74. CONTAINS($UserRole.Name, 'US - Shop')
  75. ),
  76.  
  77. FirstName = 'Quincy',
  78. LastName = 'Magoo')|FirstName=Jen , $UserRole.Name=Test Role , LastName=Tenor
  79. 17:12:42.184 (184740504)|VALIDATION_PASS
  80. 17:12:42.184 (184745673)|VALIDATION_RULE|03dF0000000SDoe|Sales_Cannot_Edit_Quincy_Magoo_Name_Fiel
  81. 17:12:42.185 (185141858)|VALIDATION_FORMULA|AND(
  82.  
  83. OR(
  84.  
  85. ISCHANGED(FirstName),
  86. ISCHANGED(LastName)),
  87.  
  88. PRIORVALUE(FirstName)= 'Quincy',
  89. PRIORVALUE(LastName)= 'Magoo',
  90.  
  91. OR(
  92. CONTAINS($UserRole.Name, 'US - ISS'),
  93. CONTAINS($UserRole.Name, 'US - Entertainment'),
  94. CONTAINS($UserRole.Name, 'US - National'),
  95. CONTAINS($UserRole.Name, 'US - Restaurants'),
  96. CONTAINS($UserRole.Name, 'US - Shop')
  97. ))|FirstName=Jen , $UserRole.Name=Test Role , LastName=Tenor
  98. 17:12:42.185 (185155742)|VALIDATION_PASS
  99. 17:12:42.185 (185181762)|CODE_UNIT_FINISHED|Validation:Contact:new
  100. 17:12:42.185 (185214286)|CODE_UNIT_STARTED|[EXTERNAL]|Validation:Contact:new
  101. 17:12:42.185 (185222501)|VALIDATION_RULE|03dF0000000SDyo|Must_Provide_First_Name
  102. 17:12:42.185 (185739667)|VALIDATION_FORMULA|AND(
  103.  
  104. DATEVALUE(CreatedDate) > Datevalue("2015-09-21"),
  105.  
  106. $User.ProfileId <> "00eA0000000V4vB", /*System Admin*/
  107. $User.ProfileId <> "00eF0000000eBPJ", /*API Only*/
  108. $User.ProfileId <> "00eA0000000e7CO", /*Sales Support*/
  109.  
  110. OR(
  111. Account.Merchant_Country__c = 'United States',
  112. Account.Merchant_Country__c = 'Canada'),
  113.  
  114. ISBLANK(FirstName))|FirstName=Oct12.1 , CreatedDate=null , Account.Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  115. 17:12:42.185 (185752581)|VALIDATION_PASS
  116. 17:12:42.185 (185756241)|VALIDATION_RULE|03dF0000000SDeJ|Sales_Cannot_Edit_Quincy_Magoo
  117. 17:12:42.186 (186068916)|VALIDATION_FORMULA|AND(
  118.  
  119. OR(
  120. CONTAINS($UserRole.Name, 'US - ISS'),
  121. CONTAINS($UserRole.Name, 'US - Entertainment'),
  122. CONTAINS($UserRole.Name, 'US - National'),
  123. CONTAINS($UserRole.Name, 'US - Restaurants'),
  124. CONTAINS($UserRole.Name, 'US - Shop')
  125. ),
  126.  
  127. FirstName = 'Quincy',
  128. LastName = 'Magoo')|FirstName=Oct12.1 , $UserRole.Name=Test Role , LastName=Test
  129. 17:12:42.186 (186081928)|VALIDATION_PASS
  130. 17:12:42.186 (186085671)|VALIDATION_RULE|03dF0000000SDoe|Sales_Cannot_Edit_Quincy_Magoo_Name_Fiel
  131. 17:12:42.186 (186500711)|VALIDATION_FORMULA|AND(
  132.  
  133. OR(
  134.  
  135. ISCHANGED(FirstName),
  136. ISCHANGED(LastName)),
  137.  
  138. PRIORVALUE(FirstName)= 'Quincy',
  139. PRIORVALUE(LastName)= 'Magoo',
  140.  
  141. OR(
  142. CONTAINS($UserRole.Name, 'US - ISS'),
  143. CONTAINS($UserRole.Name, 'US - Entertainment'),
  144. CONTAINS($UserRole.Name, 'US - National'),
  145. CONTAINS($UserRole.Name, 'US - Restaurants'),
  146. CONTAINS($UserRole.Name, 'US - Shop')
  147. ))|FirstName=Oct12.1 , $UserRole.Name=Test Role , LastName=Test
  148. 17:12:42.186 (186513477)|VALIDATION_PASS
  149. 17:12:42.186 (186534250)|CODE_UNIT_FINISHED|Validation:Contact:new
  150. 17:12:42.186 (186558429)|CODE_UNIT_STARTED|[EXTERNAL]|Validation:Contact:new
  151. 17:12:42.186 (186565450)|VALIDATION_RULE|03dF0000000SDyo|Must_Provide_First_Name
  152. 17:12:42.186 (186994649)|VALIDATION_FORMULA|AND(
  153.  
  154. DATEVALUE(CreatedDate) > Datevalue("2015-09-21"),
  155.  
  156. $User.ProfileId <> "00eA0000000V4vB", /*System Admin*/
  157. $User.ProfileId <> "00eF0000000eBPJ", /*API Only*/
  158. $User.ProfileId <> "00eA0000000e7CO", /*Sales Support*/
  159.  
  160. OR(
  161. Account.Merchant_Country__c = 'United States',
  162. Account.Merchant_Country__c = 'Canada'),
  163.  
  164. ISBLANK(FirstName))|FirstName=Oct12.2 , CreatedDate=null , Account.Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  165. 17:12:42.187 (187007679)|VALIDATION_PASS
  166. 17:12:42.187 (187012075)|VALIDATION_RULE|03dF0000000SDeJ|Sales_Cannot_Edit_Quincy_Magoo
  167. 17:12:42.187 (187338986)|VALIDATION_FORMULA|AND(
  168.  
  169. OR(
  170. CONTAINS($UserRole.Name, 'US - ISS'),
  171. CONTAINS($UserRole.Name, 'US - Entertainment'),
  172. CONTAINS($UserRole.Name, 'US - National'),
  173. CONTAINS($UserRole.Name, 'US - Restaurants'),
  174. CONTAINS($UserRole.Name, 'US - Shop')
  175. ),
  176.  
  177. FirstName = 'Quincy',
  178. LastName = 'Magoo')|FirstName=Oct12.2 , $UserRole.Name=Test Role , LastName=Test
  179. 17:12:42.187 (187350845)|VALIDATION_PASS
  180. 17:12:42.187 (187354217)|VALIDATION_RULE|03dF0000000SDoe|Sales_Cannot_Edit_Quincy_Magoo_Name_Fiel
  181. 17:12:42.187 (187682508)|VALIDATION_FORMULA|AND(
  182.  
  183. OR(
  184.  
  185. ISCHANGED(FirstName),
  186. ISCHANGED(LastName)),
  187.  
  188. PRIORVALUE(FirstName)= 'Quincy',
  189. PRIORVALUE(LastName)= 'Magoo',
  190.  
  191. OR(
  192. CONTAINS($UserRole.Name, 'US - ISS'),
  193. CONTAINS($UserRole.Name, 'US - Entertainment'),
  194. CONTAINS($UserRole.Name, 'US - National'),
  195. CONTAINS($UserRole.Name, 'US - Restaurants'),
  196. CONTAINS($UserRole.Name, 'US - Shop')
  197. ))|FirstName=Oct12.2 , $UserRole.Name=Test Role , LastName=Test
  198. 17:12:42.187 (187694700)|VALIDATION_PASS
  199. 17:12:42.187 (187716004)|CODE_UNIT_FINISHED|Validation:Contact:new
  200. 17:12:42.187 (187740193)|CODE_UNIT_STARTED|[EXTERNAL]|Validation:Contact:new
  201. 17:12:42.187 (187747246)|VALIDATION_RULE|03dF0000000SDyo|Must_Provide_First_Name
  202. 17:12:42.188 (188180937)|VALIDATION_FORMULA|AND(
  203.  
  204. DATEVALUE(CreatedDate) > Datevalue("2015-09-21"),
  205.  
  206. $User.ProfileId <> "00eA0000000V4vB", /*System Admin*/
  207. $User.ProfileId <> "00eF0000000eBPJ", /*API Only*/
  208. $User.ProfileId <> "00eA0000000e7CO", /*Sales Support*/
  209.  
  210. OR(
  211. Account.Merchant_Country__c = 'United States',
  212. Account.Merchant_Country__c = 'Canada'),
  213.  
  214. ISBLANK(FirstName))|FirstName=TestOct19.1 , CreatedDate=null , Account.Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  215. 17:12:42.188 (188194182)|VALIDATION_PASS
  216. 17:12:42.188 (188197841)|VALIDATION_RULE|03dF0000000SDeJ|Sales_Cannot_Edit_Quincy_Magoo
  217. 17:12:42.188 (188510245)|VALIDATION_FORMULA|AND(
  218.  
  219. OR(
  220. CONTAINS($UserRole.Name, 'US - ISS'),
  221. CONTAINS($UserRole.Name, 'US - Entertainment'),
  222. CONTAINS($UserRole.Name, 'US - National'),
  223. CONTAINS($UserRole.Name, 'US - Restaurants'),
  224. CONTAINS($UserRole.Name, 'US - Shop')
  225. ),
  226.  
  227. FirstName = 'Quincy',
  228. LastName = 'Magoo')|FirstName=TestOct19.1 , $UserRole.Name=Test Role , LastName=Test
  229. 17:12:42.188 (188521681)|VALIDATION_PASS
  230. 17:12:42.188 (188524927)|VALIDATION_RULE|03dF0000000SDoe|Sales_Cannot_Edit_Quincy_Magoo_Name_Fiel
  231. 17:12:42.188 (188909423)|VALIDATION_FORMULA|AND(
  232.  
  233. OR(
  234.  
  235. ISCHANGED(FirstName),
  236. ISCHANGED(LastName)),
  237.  
  238. PRIORVALUE(FirstName)= 'Quincy',
  239. PRIORVALUE(LastName)= 'Magoo',
  240.  
  241. OR(
  242. CONTAINS($UserRole.Name, 'US - ISS'),
  243. CONTAINS($UserRole.Name, 'US - Entertainment'),
  244. CONTAINS($UserRole.Name, 'US - National'),
  245. CONTAINS($UserRole.Name, 'US - Restaurants'),
  246. CONTAINS($UserRole.Name, 'US - Shop')
  247. ))|FirstName=TestOct19.1 , $UserRole.Name=Test Role , LastName=Test
  248. 17:12:42.188 (188922255)|VALIDATION_PASS
  249. 17:12:42.188 (188943818)|CODE_UNIT_FINISHED|Validation:Contact:new
  250. 17:12:42.189 (189092509)|CODE_UNIT_STARTED|[EXTERNAL]|DuplicateDetector
  251. 17:12:42.189 (189130238)|DUPLICATE_DETECTION_BEGIN
  252. 17:12:42.189 (189265119)|DUPLICATE_DETECTION_RULE_INVOCATION|DuplicateRuleId:0BmF0000000PAtk|DuplicateRuleName:Email Duplicate (Non Consumer)|DmlType:INSERT
  253. 17:12:42.189 (189317616)|DUPLICATE_DETECTION_RULE_INVOCATION|DuplicateRuleId:0BmF0000000KymA|DuplicateRuleName:Email Duplicate|DmlType:INSERT
  254. 17:12:42.189 (189338241)|DUPLICATE_DETECTION_END
  255. 17:12:42.189 (189385078)|CODE_UNIT_FINISHED|DuplicateDetector
  256. 17:12:42.285 (285952826)|ENTERING_MANAGED_PKG|CRMfusionDBR101
  257. 17:12:42.306 (306988030)|SOQL_EXECUTE_BEGIN|[936]|Aggregations:3|SELECT id, Name, CRMfusionDBR101__Scenario_Type__c, CRMfusionDBR101__Deployed__c, CRMfusionDBR101__Match_on_Insert_Action__c, CRMfusionDBR101__Match_on_Insert_Result__c, CRMfusionDBR101__Match_on_Update_Action__c, CRMfusionDBR101__Match_on_Update_Result__c, CRMfusionDBR101__Scenario_Number__c, CRMfusionDBR101__Duplicates_Blocked__c, CRMfusionDBR101__Duplicates_Merged__c, CRMfusionDBR101__Bypass_Security__c, CRMfusionDBR101__Allow_Block_Bypass__c, CRMfusionDBR101__Error_Message__c, CRMfusionDBR101__Create_Task__c, OwnerId, CRMfusionDBR101__Hash_Key_Bits__c, CRMfusionDBR101__Disable_Hash_Calculation__c, CRMfusionDBR101__Rebuild_Needed__c, CRMfusionDBR101__Person_Account_Scenario__c, CRMfusionDBR101__Enable_Dual_Filters__c, CRMfusionDBR101__Max_Blocks_Shown__c, CRMfusionDBR101__Block_Related_Matches__c, CRMfusionDBR101__VisualForce_Handler__c, CRMfusionDBR101__Apex_Handler__c, (SELECT CRMfusionDBR101__Match_Field__c, CRMfusionDBR101__Field_Name__c, CRMfusionDBR101__Related_Field_Name__c, CRMfusionDBR101__Scenario__c, CRMfusionDBR101__Field_Display_Value__c, CRMfusionDBR101__Related_Field_Display_Value__c, CRMfusionDBR101__AlphaClean__c, CRMfusionDBR101__English_Fuzzy__c, CRMfusionDBR101__Mapping_Type__c, CRMfusionDBR101__Match_Blank__c, CRMfusionDBR101__Transpose__c, CRMfusionDBR101__First_XX_Letters__c, CRMfusionDBR101__First_XX_Words__c, CRMfusionDBR101__Regex__c FROM Scenario_Rules__r ORDER BY Name ASC NULLS FIRST), (SELECT CRMfusionDBR101__Object__c, CRMfusionDBR101__Field_Name__c, CRMfusionDBR101__Operator__c, CRMfusionDBR101__Data_Type__c, CRMfusionDBR101__Calculated_Value__c, CRMfusionDBR101__Values__c, CRMfusionDBR101__Date_Criteria__c, CRMfusionDBR101__Datetime_Criteria__c, CRMfusionDBR101__Display__c, CRMfusionDBR101__Field_Display_Value__c, CRMfusionDBR101__Not__c FROM Scenario_Filters__r ORDER BY Object__c ASC NULLS FIRST), (SELECT CRMfusionDBR101__Object__c, CRMfusionDBR101__Field_Name__c, CRMfusionDBR101__Operator__c, CRMfusionDBR101__Data_Type__c, CRMfusionDBR101__Calculated_Value__c, CRMfusionDBR101__Values__c, CRMfusionDBR101__Date_Criteria__c, CRMfusionDBR101__Datetime_Criteria__c, CRMfusionDBR101__Display__c, CRMfusionDBR101__Field_Display_Value__c, CRMfusionDBR101__Not__c FROM Scenario_Target_Filters__r ORDER BY Object__c ASC NULLS FIRST) FROM Scenario__c WHERE Scenario_Type__c = :tmpVar1 ORDER BY Scenario_Number__c ASC NULLS FIRST
  258. 17:12:42.333 (333340975)|SOQL_EXECUTE_END|[936]|Rows:2
  259. 17:12:42.423 (423486040)|ENTERING_MANAGED_PKG|rh2
  260. 17:12:42.430 (430728391)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000WOqm|ContactTrigger on Contact trigger event AfterInsert for [003F0000021k1cF, 003F0000021k1cG, 003F0000021k1cH, 003F0000021k1cI]
  261. 17:12:42.431 (431458489)|SYSTEM_MODE_ENTER|false
  262. 17:12:42.431 (431477029)|SYSTEM_MODE_EXIT|false
  263. 17:12:42.431 (431565814)|SYSTEM_MODE_ENTER|false
  264. 17:12:42.457 (457166246)|USER_DEBUG|[103]|DEBUG|InboundApplication createAccount
  265. 17:12:42.457 (457850445)|SOQL_EXECUTE_BEGIN|[283]|Aggregations:0|SELECT name, country_code__c FROM country__c
  266. 17:12:42.461 (461655670)|SOQL_EXECUTE_END|[283]|Rows:28
  267. 17:12:42.468 (468905458)|SOQL_EXECUTE_BEGIN|[283]|Aggregations:0|SELECT name, country_code__c FROM country__c
  268. 17:12:42.471 (471287520)|SOQL_EXECUTE_END|[283]|Rows:28
  269. 17:12:42.475 (475536300)|SOQL_EXECUTE_BEGIN|[134]|Aggregations:0|SELECT Merchant_Owner__c, Name FROM Country__c WHERE Name = :tmpVar1 LIMIT 1
  270. 17:12:42.482 (482738108)|SOQL_EXECUTE_END|[134]|Rows:1
  271. 17:12:42.483 (483742776)|DML_BEGIN|[167]|Op:Insert|Type:Account|Rows:1
  272. 17:12:42.518 (518570163)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000tsFN|updateOwner on Account trigger event BeforeInsert for [new]
  273. 17:12:42.522 (522081758)|SOQL_EXECUTE_BEGIN|[13]|Aggregations:0|SELECT Id, Merchant_Owner__c, Name FROM Country__c
  274. 17:12:42.524 (524712221)|SOQL_EXECUTE_END|[13]|Rows:28
  275. 17:12:42.529 (529558217)|SOQL_EXECUTE_BEGIN|[17]|Aggregations:0|SELECT Name, ID FROM RecordType WHERE (sObjectType = 'Account' AND Name = 'Vendor')
  276. 17:12:42.538 (538602748)|SOQL_EXECUTE_END|[17]|Rows:1
  277. 17:12:42.539 (539535668)|USER_DEBUG|[24]|DEBUG|OWNER COUNTRY IS null
  278. 17:12:42.539 (539618979)|USER_DEBUG|[25]|DEBUG|OWNER NAME IS null
  279. 17:12:42.540 (540042615)|SOQL_EXECUTE_BEGIN|[30]|Aggregations:0|SELECT Id, Country__c FROM user WHERE Id = :tmpVar1
  280. 17:12:42.543 (543213764)|SOQL_EXECUTE_END|[30]|Rows:1
  281. 17:12:42.544 (544327863)|CUMULATIVE_LIMIT_USAGE
  282. 17:12:42.544 (544327863)|LIMIT_USAGE_FOR_NS|(default)|
  283. Number of SOQL queries: 9 out of 100
  284. Number of query rows: 126 out of 50000
  285. Number of SOSL queries: 0 out of 20
  286. Number of DML statements: 1 out of 150
  287. Number of DML rows: 1 out of 10000
  288. Maximum CPU time: 91 out of 10000
  289. Maximum heap size: 0 out of 6000000
  290. Number of callouts: 0 out of 100
  291. Number of Email Invocations: 0 out of 10
  292. Number of future calls: 0 out of 50
  293. Number of queueable jobs added to the queue: 0 out of 50
  294. Number of Mobile Apex push calls: 0 out of 10
  295.  
  296. 17:12:42.544 (544327863)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  297. Number of SOQL queries: 1 out of 100
  298. Number of query rows: 12 out of 50000
  299. Number of SOSL queries: 0 out of 20
  300. Number of DML statements: 0 out of 150
  301. Number of DML rows: 0 out of 10000
  302. Maximum CPU time: 0 out of 10000
  303. Maximum heap size: 0 out of 6000000
  304. Number of callouts: 0 out of 100
  305. Number of Email Invocations: 0 out of 10
  306. Number of future calls: 0 out of 50
  307. Number of queueable jobs added to the queue: 0 out of 50
  308. Number of Mobile Apex push calls: 0 out of 10
  309.  
  310. 17:12:42.544 (544327863)|LIMIT_USAGE_FOR_NS|rh2|
  311. Number of SOQL queries: 0 out of 100
  312. Number of query rows: 0 out of 50000
  313. Number of SOSL queries: 0 out of 20
  314. Number of DML statements: 0 out of 150
  315. Number of DML rows: 0 out of 10000
  316. Maximum CPU time: 0 out of 10000
  317. Maximum heap size: 0 out of 6000000
  318. Number of callouts: 0 out of 100
  319. Number of Email Invocations: 0 out of 10
  320. Number of future calls: 0 out of 50
  321. Number of queueable jobs added to the queue: 0 out of 50
  322. Number of Mobile Apex push calls: 0 out of 10
  323.  
  324. 17:12:42.544 (544327863)|CUMULATIVE_LIMIT_USAGE_END
  325.  
  326. 17:12:42.544 (544527428)|CODE_UNIT_FINISHED|updateOwner on Account trigger event BeforeInsert for [new]
  327. 17:12:42.548 (548744923)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000VS85|AccountUpsertAdminZip on Account trigger event BeforeInsert for [new]
  328. 17:12:42.551 (551014659)|USER_DEBUG|[17]|ERROR|triggerName:AccountUpsertSetAdminZip and counter:1
  329. 17:12:42.551 (551626522)|USER_DEBUG|[20]|DEBUG|Did this one change? Name: Oct12.1 Country: United States
  330. 17:12:42.553 (553789639)|USER_DEBUG|[159]|DEBUG|AdminZipToMarket: Postal: null CountryCode: United States
  331. 17:12:42.555 (555044396)|SOQL_EXECUTE_BEGIN|[167]|Aggregations:0|SELECT Id, Name, Market__c, Market__r.Location_Type__c, Market__r.Secondary_Market__c, Market__r.Region__r.country__r.Country_Code__c, Market__r.Region__r.Country__r.Name FROM Admin_Zip_Code__c WHERE (Name = :tmpVar1 AND (Market__r.Region__r.country__r.Name = :tmpVar2 OR Market__r.Region__r.country__r.Country_Code__c = :tmpVar3))
  332. 17:12:42.557 (557034065)|SOQL_EXECUTE_END|[167]|Rows:0
  333. 17:12:42.557 (557522366)|USER_DEBUG|[34]|DEBUG|Looking for admin zip. Name: Oct12.1 Country: United States
  334. 17:12:42.557 (557958067)|SOQL_EXECUTE_BEGIN|[31]|Aggregations:0|SELECT Country_Code__c, Name FROM Country__c
  335. 17:12:42.560 (560104333)|SOQL_EXECUTE_END|[31]|Rows:28
  336. 17:12:42.562 (562100127)|USER_DEBUG|[96]|DEBUG|Our country code: 1 and name is: United States
  337. 17:12:42.562 (562644302)|SOQL_EXECUTE_BEGIN|[103]|Aggregations:0|SELECT Id, Name, Market__c, Market__r.Location_Type__c, Market__r.Secondary_Market__c, Market__r.Region__r.country__r.Country_Code__c, Market__r.Region__r.Country__r.Name FROM Admin_Zip_Code__c WHERE (Name = :tmpVar1 AND Market__r.Region__r.country__r.Country_Code__c = :tmpVar2)
  338. 17:12:42.569 (569867768)|SOQL_EXECUTE_END|[103]|Rows:0
  339. 17:12:42.570 (570086780)|CUMULATIVE_LIMIT_USAGE
  340. 17:12:42.570 (570086780)|LIMIT_USAGE_FOR_NS|(default)|
  341. Number of SOQL queries: 12 out of 100
  342. Number of query rows: 154 out of 50000
  343. Number of SOSL queries: 0 out of 20
  344. Number of DML statements: 1 out of 150
  345. Number of DML rows: 1 out of 10000
  346. Maximum CPU time: 91 out of 10000
  347. Maximum heap size: 0 out of 6000000
  348. Number of callouts: 0 out of 100
  349. Number of Email Invocations: 0 out of 10
  350. Number of future calls: 0 out of 50
  351. Number of queueable jobs added to the queue: 0 out of 50
  352. Number of Mobile Apex push calls: 0 out of 10
  353.  
  354. 17:12:42.570 (570086780)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  355. Number of SOQL queries: 1 out of 100
  356. Number of query rows: 12 out of 50000
  357. Number of SOSL queries: 0 out of 20
  358. Number of DML statements: 0 out of 150
  359. Number of DML rows: 0 out of 10000
  360. Maximum CPU time: 0 out of 10000
  361. Maximum heap size: 0 out of 6000000
  362. Number of callouts: 0 out of 100
  363. Number of Email Invocations: 0 out of 10
  364. Number of future calls: 0 out of 50
  365. Number of queueable jobs added to the queue: 0 out of 50
  366. Number of Mobile Apex push calls: 0 out of 10
  367.  
  368. 17:12:42.570 (570086780)|LIMIT_USAGE_FOR_NS|rh2|
  369. Number of SOQL queries: 0 out of 100
  370. Number of query rows: 0 out of 50000
  371. Number of SOSL queries: 0 out of 20
  372. Number of DML statements: 0 out of 150
  373. Number of DML rows: 0 out of 10000
  374. Maximum CPU time: 0 out of 10000
  375. Maximum heap size: 0 out of 6000000
  376. Number of callouts: 0 out of 100
  377. Number of Email Invocations: 0 out of 10
  378. Number of future calls: 0 out of 50
  379. Number of queueable jobs added to the queue: 0 out of 50
  380. Number of Mobile Apex push calls: 0 out of 10
  381.  
  382. 17:12:42.570 (570086780)|CUMULATIVE_LIMIT_USAGE_END
  383.  
  384. 17:12:42.570 (570238716)|CODE_UNIT_FINISHED|AccountUpsertAdminZip on Account trigger event BeforeInsert for [new]
  385. 17:12:42.572 (572894579)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000WJEC|AccountTrigger on Account trigger event BeforeInsert for [new]
  386. 17:12:42.576 (576469251)|USER_DEBUG|[91]|DEBUG|All errors:()
  387. 17:12:42.576 (576702628)|CUMULATIVE_LIMIT_USAGE
  388. 17:12:42.576 (576702628)|LIMIT_USAGE_FOR_NS|(default)|
  389. Number of SOQL queries: 12 out of 100
  390. Number of query rows: 154 out of 50000
  391. Number of SOSL queries: 0 out of 20
  392. Number of DML statements: 1 out of 150
  393. Number of DML rows: 1 out of 10000
  394. Maximum CPU time: 91 out of 10000
  395. Maximum heap size: 0 out of 6000000
  396. Number of callouts: 0 out of 100
  397. Number of Email Invocations: 0 out of 10
  398. Number of future calls: 0 out of 50
  399. Number of queueable jobs added to the queue: 0 out of 50
  400. Number of Mobile Apex push calls: 0 out of 10
  401.  
  402. 17:12:42.576 (576702628)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  403. Number of SOQL queries: 1 out of 100
  404. Number of query rows: 12 out of 50000
  405. Number of SOSL queries: 0 out of 20
  406. Number of DML statements: 0 out of 150
  407. Number of DML rows: 0 out of 10000
  408. Maximum CPU time: 0 out of 10000
  409. Maximum heap size: 0 out of 6000000
  410. Number of callouts: 0 out of 100
  411. Number of Email Invocations: 0 out of 10
  412. Number of future calls: 0 out of 50
  413. Number of queueable jobs added to the queue: 0 out of 50
  414. Number of Mobile Apex push calls: 0 out of 10
  415.  
  416. 17:12:42.576 (576702628)|LIMIT_USAGE_FOR_NS|rh2|
  417. Number of SOQL queries: 0 out of 100
  418. Number of query rows: 0 out of 50000
  419. Number of SOSL queries: 0 out of 20
  420. Number of DML statements: 0 out of 150
  421. Number of DML rows: 0 out of 10000
  422. Maximum CPU time: 0 out of 10000
  423. Maximum heap size: 0 out of 6000000
  424. Number of callouts: 0 out of 100
  425. Number of Email Invocations: 0 out of 10
  426. Number of future calls: 0 out of 50
  427. Number of queueable jobs added to the queue: 0 out of 50
  428. Number of Mobile Apex push calls: 0 out of 10
  429.  
  430. 17:12:42.576 (576702628)|CUMULATIVE_LIMIT_USAGE_END
  431.  
  432. 17:12:42.576 (576837362)|CODE_UNIT_FINISHED|AccountTrigger on Account trigger event BeforeInsert for [new]
  433. 17:12:42.579 (579825225)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000VWk4|LBAccountValidations on Account trigger event BeforeInsert for [new]
  434. 17:12:42.581 (581272056)|USER_DEBUG|[17]|ERROR|triggerName:LBAccountValidations and counter:1
  435. 17:12:42.581 (581665163)|SOQL_EXECUTE_BEGIN|[16]|Aggregations:0|SELECT Id, Properties__c, ProfileId__c FROM Profile_Property__c
  436. 17:12:42.584 (584714516)|SOQL_EXECUTE_END|[16]|Rows:0
  437. 17:12:42.585 (585433135)|CUMULATIVE_LIMIT_USAGE
  438. 17:12:42.585 (585433135)|LIMIT_USAGE_FOR_NS|(default)|
  439. Number of SOQL queries: 13 out of 100
  440. Number of query rows: 154 out of 50000
  441. Number of SOSL queries: 0 out of 20
  442. Number of DML statements: 1 out of 150
  443. Number of DML rows: 1 out of 10000
  444. Maximum CPU time: 91 out of 10000
  445. Maximum heap size: 0 out of 6000000
  446. Number of callouts: 0 out of 100
  447. Number of Email Invocations: 0 out of 10
  448. Number of future calls: 0 out of 50
  449. Number of queueable jobs added to the queue: 0 out of 50
  450. Number of Mobile Apex push calls: 0 out of 10
  451.  
  452. 17:12:42.585 (585433135)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  453. Number of SOQL queries: 1 out of 100
  454. Number of query rows: 12 out of 50000
  455. Number of SOSL queries: 0 out of 20
  456. Number of DML statements: 0 out of 150
  457. Number of DML rows: 0 out of 10000
  458. Maximum CPU time: 0 out of 10000
  459. Maximum heap size: 0 out of 6000000
  460. Number of callouts: 0 out of 100
  461. Number of Email Invocations: 0 out of 10
  462. Number of future calls: 0 out of 50
  463. Number of queueable jobs added to the queue: 0 out of 50
  464. Number of Mobile Apex push calls: 0 out of 10
  465.  
  466. 17:12:42.585 (585433135)|LIMIT_USAGE_FOR_NS|rh2|
  467. Number of SOQL queries: 0 out of 100
  468. Number of query rows: 0 out of 50000
  469. Number of SOSL queries: 0 out of 20
  470. Number of DML statements: 0 out of 150
  471. Number of DML rows: 0 out of 10000
  472. Maximum CPU time: 0 out of 10000
  473. Maximum heap size: 0 out of 6000000
  474. Number of callouts: 0 out of 100
  475. Number of Email Invocations: 0 out of 10
  476. Number of future calls: 0 out of 50
  477. Number of queueable jobs added to the queue: 0 out of 50
  478. Number of Mobile Apex push calls: 0 out of 10
  479.  
  480. 17:12:42.585 (585433135)|CUMULATIVE_LIMIT_USAGE_END
  481.  
  482. 17:12:42.585 (585571341)|CODE_UNIT_FINISHED|LBAccountValidations on Account trigger event BeforeInsert for [new]
  483. 17:12:42.585 (585931106)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000VTIQ|LBAccountMTLAssignment on Account trigger event BeforeInsert for [new]
  484. 17:12:42.599 (599116850)|CUMULATIVE_LIMIT_USAGE
  485. 17:12:42.599 (599116850)|LIMIT_USAGE_FOR_NS|(default)|
  486. Number of SOQL queries: 13 out of 100
  487. Number of query rows: 154 out of 50000
  488. Number of SOSL queries: 0 out of 20
  489. Number of DML statements: 1 out of 150
  490. Number of DML rows: 1 out of 10000
  491. Maximum CPU time: 91 out of 10000
  492. Maximum heap size: 0 out of 6000000
  493. Number of callouts: 0 out of 100
  494. Number of Email Invocations: 0 out of 10
  495. Number of future calls: 0 out of 50
  496. Number of queueable jobs added to the queue: 0 out of 50
  497. Number of Mobile Apex push calls: 0 out of 10
  498.  
  499. 17:12:42.599 (599116850)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  500. Number of SOQL queries: 1 out of 100
  501. Number of query rows: 12 out of 50000
  502. Number of SOSL queries: 0 out of 20
  503. Number of DML statements: 0 out of 150
  504. Number of DML rows: 0 out of 10000
  505. Maximum CPU time: 0 out of 10000
  506. Maximum heap size: 0 out of 6000000
  507. Number of callouts: 0 out of 100
  508. Number of Email Invocations: 0 out of 10
  509. Number of future calls: 0 out of 50
  510. Number of queueable jobs added to the queue: 0 out of 50
  511. Number of Mobile Apex push calls: 0 out of 10
  512.  
  513. 17:12:42.599 (599116850)|LIMIT_USAGE_FOR_NS|rh2|
  514. Number of SOQL queries: 0 out of 100
  515. Number of query rows: 0 out of 50000
  516. Number of SOSL queries: 0 out of 20
  517. Number of DML statements: 0 out of 150
  518. Number of DML rows: 0 out of 10000
  519. Maximum CPU time: 0 out of 10000
  520. Maximum heap size: 0 out of 6000000
  521. Number of callouts: 0 out of 100
  522. Number of Email Invocations: 0 out of 10
  523. Number of future calls: 0 out of 50
  524. Number of queueable jobs added to the queue: 0 out of 50
  525. Number of Mobile Apex push calls: 0 out of 10
  526.  
  527. 17:12:42.599 (599116850)|CUMULATIVE_LIMIT_USAGE_END
  528.  
  529. 17:12:42.599 (599272373)|CODE_UNIT_FINISHED|LBAccountMTLAssignment on Account trigger event BeforeInsert for [new]
  530. 17:12:42.665 (665039724)|CODE_UNIT_STARTED|[EXTERNAL]|Validation:Account:new
  531. 17:12:42.665 (665087104)|VALIDATION_RULE|03dF0000000S1Db|AU_Bank_Account_Number_Validation
  532. 17:12:42.712 (712547195)|VALIDATION_FORMULA|AND(
  533. $Profile.Id <> '00eF0000000eBPJ',
  534. $Profile.Id <> '00eA0000000V4vB',
  535. ISPICKVAL(Prospect_Country__c, 'Australia'),
  536. NOT(ISBLANK(Bank_Account_Number__c)),
  537. DATEVALUE(CreatedDate) > DATE(2012, 10, 09),
  538. LEN(Bank_Account_Number__c) > 9
  539. )|$Profile.Id=00eF0000000i4Lu , CreatedDate=null , Bank_Account_Number__c=null , Prospect_Country__c=null
  540. 17:12:42.712 (712569091)|VALIDATION_PASS
  541. 17:12:42.712 (712574107)|VALIDATION_RULE|03dF0000000RThT|IBAN_Validation_for_30_alphanumeric
  542. 17:12:42.713 (713068198)|VALIDATION_FORMULA|AND(
  543. $Profile.Id <> '00eF0000000eBPJ',
  544. DATEVALUE(CreatedDate) > DATE(2012, 10, 09),
  545. !ISBLANK( IBAN__c ),
  546. LEN( IBAN__c) > 30,
  547.  
  548. $User.ProfileId <> '00eF0000000hOSe', /*LB - Account Manager (Sales)*/
  549. $User.ProfileId <> '00eF0000000hOVE', /*LB - Sales Manager*/
  550. $User.ProfileId <> '00eF0000000hOVO', /*LB - Support*/
  551. $User.ProfileId <> '00eF0000000hOV9', /*LB - Product Sales*/
  552. $User.ProfileId <> '00eF0000000hOp4', /*UK - PoR Sales Manager*/
  553. $User.ProfileId <> '00eF0000000hOj1', /*UK - PoR Field Sales/
  554. $User.ProfileId <> '00eF0000000hOz6', /*UK - PoR Inside Sales*/
  555. $User.ProfileId <> '00eF0000000hRIF', /*UK - PoR Field Sales IE*/
  556. $User.ProfileId <> '00eF0000000hOSe', /*UK - PoR Account Manager*/
  557. $User.ProfileId <> '00eA0000000V4vB' /* system admin */
  558.  
  559. )|$Profile.Id=00eF0000000i4Lu , IBAN__c=null , CreatedDate=null , $User.ProfileId=00eF0000000i4Lu
  560. 17:12:42.713 (713086020)|VALIDATION_PASS
  561. 17:12:42.713 (713089977)|VALIDATION_RULE|03dF0000000RWtW|LB_BillingStreet_Format
  562. 17:12:42.713 (713537219)|VALIDATION_FORMULA|AND(
  563. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  564. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  565. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  566.  
  567. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  568. NOT(ISBLANK(BillingStreet)),
  569. CONTAINS(BillingStreet,';')
  570. )|BillingStreet=Oct12.1 , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , $User.ProfileId=00eF0000000i4Lu
  571. 17:12:42.713 (713549496)|VALIDATION_PASS
  572. 17:12:42.713 (713553028)|VALIDATION_RULE|03dF0000000RTv1|LB_Billing_Phone_Rule
  573. 17:12:42.713 (713950832)|VALIDATION_FORMULA|AND(
  574. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  575. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  576. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  577.  
  578. AND(
  579. /*OR( ISPICKVAL(Prospect_Country__c, 'Spain')
  580. , NOT(REGEX(Phone,"^/+&#124;[0-9][0-9]{8,12}")) ),*/
  581. /*OR( ISPICKVAL(Prospect_Country__c, 'Italy')
  582. , NOT(REGEX(Phone,"^+&#124;[0-9][0-9]{8,12}")) ),*/
  583.  
  584. OR(
  585. AND( ISPICKVAL(Prospect_Country__c, 'Portugal'),
  586. LEN(Billing_Phone__c) > 0,
  587. NOT( REGEX( Billing_Phone__c ,"(^\\+[0-9]{12,13})&#124;([0-9]{9})")) )
  588. )
  589. )
  590. )|Billing_Phone__c=47844587458 , Prospect_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  591. 17:12:42.713 (713969056)|VALIDATION_PASS
  592. 17:12:42.713 (713972657)|VALIDATION_RULE|03dF0000000RU6T|LB_Business_Health_Number
  593. 17:12:42.714 (714721043)|VALIDATION_FORMULA|AND
  594. (
  595. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  596. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  597. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  598.  
  599. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  600. OR(ISPICKVAL( LB_Subcategory__c , 'Clínicas%23'),ISPICKVAL( LB_Subcategory__c , 'Dental%22')),
  601. ISBLANK( Business_Health_ID_Number__c ),
  602. NOT(Merchant_Country__c = 'Portugal'),
  603. NOT(Merchant_Country__c = 'Argentina'),
  604. NOT(Merchant_Country__c = 'Chile') ,
  605. ISBLANK(Original_Lead_ID__c)
  606. )|LB_Subcategory__c=null , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , Business_Health_ID_Number__c=null , Merchant_Country__c=null , Original_Lead_ID__c=null , $User.ProfileId=00eF0000000i4Lu
  607. 17:12:42.714 (714736595)|VALIDATION_PASS
  608. 17:12:42.714 (714740178)|VALIDATION_RULE|03dF0000000RzsG|LB_External_Conditions
  609. 17:12:42.714 (714865793)|VALIDATION_FORMULA|AND(
  610. LB_Has_External_Conditions__c = TRUE,
  611. ISBLANK(LB_External_Conditions_Url__c)
  612. )|LB_Has_External_Conditions__c=0 , LB_External_Conditions_Url__c=null
  613. 17:12:42.714 (714875406)|VALIDATION_PASS
  614. 17:12:42.714 (714879114)|VALIDATION_RULE|03dF0000000RUIZ|LB_Format_NIF_CIF
  615. 17:12:42.715 (715560845)|VALIDATION_FORMULA|AND(
  616. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  617. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  618. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  619.  
  620. $User.Id <> '005F000000190Iu', /* Carma Madurga */
  621.  
  622. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  623. LB_NIF__c <> "",
  624.  
  625. OR(
  626. AND(
  627. BillingCountry = "Portugal",
  628. NOT(REGEX( LB_NIF__c , "([0-9]{9}[0-9,A-Z]{2}[0-9])&#124;([A-Z]{5}[0-9]{5})&#124;([0-9]{9})"))
  629. ),
  630. AND(
  631. BillingCountry = "Spain",
  632. NOT(REGEX( LB_NIF__c , "([0-9]{8}[A-Z])&#124;(([A-H]&#124;[J-N]&#124;[P-S]&#124;[UVW])[0-9]{7}[0-9A-J])&#124;([A-Z]{1}[0-9]{7}[A-Z]{1})"))
  633. ),
  634. AND(
  635. BillingCountry = "Italy",
  636. NOT(REGEX( LB_NIF__c , "([0-9]{11})&#124;([0-9A-Z]{16})"))
  637. ),
  638. AND(
  639. BillingCountry = "Argentina",
  640. NOT(REGEX( LB_NIF__c , "([0-9]{11})"))
  641. ),
  642. AND(
  643. BillingCountry = "Chile",
  644. NOT(REGEX( LB_NIF__c , "[0-9]{1,2}\\.[0-9]{3}\\.[0-9]{3}-[0-9A-Za-z]{1}"))
  645. )
  646. )
  647. )|BillingCountry=United States , $User.Id=005F0000003y62c , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , LB_NIF__c=null , $User.ProfileId=00eF0000000i4Lu
  648. 17:12:42.715 (715584425)|VALIDATION_PASS
  649. 17:12:42.715 (715588268)|VALIDATION_RULE|03dF0000000RWtg|LB_MerchantName_Format
  650. 17:12:42.715 (715964951)|VALIDATION_FORMULA|AND(
  651. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  652. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  653. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  654.  
  655. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  656.  
  657. NOT(ISBLANK(Name)),
  658.  
  659. CONTAINS(Name, ';')
  660. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , Name=Oct12.1 , $User.ProfileId=00eF0000000i4Lu
  661. 17:12:42.715 (715976999)|VALIDATION_PASS
  662. 17:12:42.715 (715980381)|VALIDATION_RULE|03dF0000000RTv3|LB_Number_Bank
  663. 17:12:42.716 (716317462)|VALIDATION_FORMULA|AND(
  664. Merchant_Country__c ='Portugal',
  665. ISPICKVAL(LB_Bank_Account_Type__c ,"CCC"),
  666. NOT(REGEX( LB_Bank_Account_Number__c , "[0-9]{21}"))
  667. )|LB_Bank_Account_Number__c=null , LB_Bank_Account_Type__c=null , Merchant_Country__c=null
  668. 17:12:42.716 (716332417)|VALIDATION_PASS
  669. 17:12:42.716 (716336226)|VALIDATION_RULE|03dF0000000RTzr|LB_number_QR_NO_Devices
  670. 17:12:42.716 (716651638)|VALIDATION_FORMULA|AND(
  671. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  672. ISPICKVAL( Do_they_have_QR__c , 'No'),
  673. OR(
  674. If_yes_how_many__c > 0,
  675. ISBLANK(If_yes_how_many__c)
  676. )
  677. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , Do_they_have_QR__c=No , If_yes_how_many__c=0
  678. 17:12:42.716 (716662713)|VALIDATION_PASS
  679. 17:12:42.716 (716665985)|VALIDATION_RULE|03dF0000000RWtb|LB_phone_format
  680. 17:12:42.717 (717047140)|VALIDATION_FORMULA|AND(
  681. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  682. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  683. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  684.  
  685. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  686.  
  687. NOT(ISBLANK(Phone)),
  688.  
  689. CONTAINS(Phone, ';')
  690. )|Phone=47844587458 , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , $User.ProfileId=00eF0000000i4Lu
  691. 17:12:42.717 (717059800)|VALIDATION_PASS
  692. 17:12:42.717 (717063073)|VALIDATION_RULE|03dF0000000RUR7|LB_provincia_ciudad_cuenta
  693. 17:12:42.717 (717572454)|VALIDATION_FORMULA|AND(
  694. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  695. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  696. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  697.  
  698. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  699. OR ( ISPICKVAL( LB_Category__c , 'Escapadas%8'), ISPICKVAL( LB_Category__c , 'Viajes%9') ),
  700. OR( LB_Provincia__c = "", LB_Ciudad_de_la_Cuenta__c = "" )
  701. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , LB_Provincia__c=null , LB_Category__c=null , LB_Ciudad_de_la_Cuenta__c=null , $User.ProfileId=00eF0000000i4Lu
  702. 17:12:42.717 (717585968)|VALIDATION_PASS
  703. 17:12:42.717 (717589431)|VALIDATION_RULE|03dF0000000RTv4|LB_Reservation_Phone_Number
  704. 17:12:42.717 (717971950)|VALIDATION_FORMULA|AND(
  705. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  706. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  707. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  708.  
  709. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  710.  
  711. NOT(ISBLANK(Reservation_Number__c)),
  712.  
  713. CONTAINS(Reservation_Number__c, ';')
  714. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , Reservation_Number__c=null , $User.ProfileId=00eF0000000i4Lu
  715. 17:12:42.717 (717983731)|VALIDATION_PASS
  716. 17:12:42.717 (717987016)|VALIDATION_RULE|03dF0000000RU6x|LB_Status_Manual_Restrictions
  717. 17:12:42.718 (718510649)|VALIDATION_FORMULA|AND
  718. (ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c , 'LetsBonus'),
  719.  
  720. OR(
  721.  
  722. /*Forgotten only by Workflow Rule*/
  723.  
  724. AND(
  725. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  726. ISPICKVAL(LB_Status__c, 'Forgotten'),
  727. NOT(ISPICKVAL(PRIORVALUE(LB_Status__c), 'Forgotten'))
  728. ),
  729.  
  730. AND(
  731. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  732. $User.ProfileId <> '00eF0000000hOVO', /*LB Sales Support*/
  733. $User.ProfileId <> '00eF0000000hOVE', /*LB - Sales Manager*/
  734. $User.ProfileId <> '00eF0000000eDHw', /*Regional Administrator*/
  735. $User.ProfileId <> '00eF0000000hyYa', /*LB - QA*/
  736. ISPICKVAL(LB_Status__c, 'Restricted'),
  737. NOT(ISPICKVAL(PRIORVALUE(LB_Status__c), 'Restricted'))
  738. )
  739.  
  740. )
  741. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , LB_Status__c=New , $User.ProfileId=00eF0000000i4Lu
  742. 17:12:42.718 (718525653)|VALIDATION_PASS
  743. 17:12:42.718 (718528892)|VALIDATION_RULE|03dF0000000RX1Q|PH_Ensogo_Control_Billing_Country
  744. 17:12:42.719 (719277999)|VALIDATION_FORMULA|AND(
  745. OR(
  746. Merchant_Country__c = 'Philippines',
  747. CONTAINS(Primary_Market_Name__c,"Manila"),
  748. CONTAINS(Primary_Market_Name__c,"Cebu"),
  749. CONTAINS(Primary_Market_Name__c,"Philippines")
  750. ),
  751. OR(
  752. RecordTypeId = '012F0000000yDhl', /* Record Type = Vendor */
  753. RecordTypeId = '012F0000000yDBj' /* Record Type = Master */
  754. ),
  755.  
  756. $Profile.Id <> '00eF0000000eBPJ', /* API Only */
  757. $Profile.Id <> '00eA0000000V4vB', /* System Administrator */
  758. $Profile.Id <> '00eF0000000eDHw', /* Regional Administrator */
  759. $Profile.Id <> '00eF0000000hOeQ', /* Deal QA */
  760. $Profile.Id <> '00eF0000000hVTD', /* PH Ensogo - MS Manager */
  761. $Profile.Id <> '00eF0000000hOef', /* PH Ensogo - MS Team */
  762. $Profile.Id <> '00eF0000000hVT8', /* PH Ensogo - Accounting */
  763. $User.Username <> 'yanee.p@ensogo.com',
  764.  
  765. OR(
  766. ISBLANK(BillingStreet),
  767. ISBLANK(BillingCountry)
  768. )
  769.  
  770. )|BillingCountry=United States , RecordTypeId=012F0000000yDBj , BillingStreet=Oct12.1 , $Profile.Id=00eF0000000i4Lu , $User.Username=william.stallworth@livingsocial.co.uk , Merchant_Country__c=null , Primary_Market_Name__c=null
  771. 17:12:42.719 (719294544)|VALIDATION_PASS
  772. 17:12:42.719 (719298209)|VALIDATION_RULE|03dF0000000RVbK|TH_Ensogo_Control_Billing_Country
  773. 17:12:42.719 (719861577)|VALIDATION_FORMULA|AND(
  774. OR
  775. (
  776. CONTAINS(Primary_Market_Name__c,"Bangkok"),
  777. CONTAINS(Primary_Market_Name__c,"Thailand"),
  778. CONTAINS(Primary_Market_Name__c,"Chiang Mai"),
  779. CONTAINS(Primary_Market_Name__c,"Chiang Rai"),
  780. CONTAINS(Primary_Market_Name__c,"Phuket")
  781. ),
  782. OR(
  783. RecordTypeId = '012F0000000yDhl', /* Record Type = Vendor */
  784. RecordTypeId = '012F0000000yDBj' /* Record Type = Master */
  785. ),
  786.  
  787. $Profile.Id <> '00eF0000000eBPJ', /* API Only */
  788. $Profile.Id <> '00eA0000000V4vB', /* System Administrator */
  789. $Profile.Id <> '00eF0000000eDHw', /* Regional Administrator */
  790. $Profile.Id <> '00eF0000000hOMW', /* Deal QA */
  791. $Profile.Id <> '00eF0000000hOtb', /* MS Manager */
  792. $Profile.Id <> '00eF0000000hOMg', /* MS Team */
  793. $Profile.Id <> '00eF0000000hOof', /* TH Accounting */
  794.  
  795. OR(
  796. ISBLANK(BillingStreet),
  797. ISBLANK(BillingCountry)
  798. )
  799.  
  800. )|BillingCountry=United States , RecordTypeId=012F0000000yDBj , BillingStreet=Oct12.1 , $Profile.Id=00eF0000000i4Lu , Primary_Market_Name__c=null
  801. 17:12:42.719 (719876127)|VALIDATION_PASS
  802. 17:12:42.719 (719879746)|VALIDATION_RULE|03dF0000000RTbu|TH_limit_Thai_13_tax_number
  803. 17:12:42.720 (720484865)|VALIDATION_FORMULA|AND(
  804. ISCHANGED(LS_Tax_Identification_Number__c) ,
  805. OR(
  806. Merchant_Country__c = 'Thailand',
  807. CONTAINS(Primary_Market_Name__c,"Bangkok"),
  808. CONTAINS(Primary_Market_Name__c,"Thailand"),
  809. CONTAINS(Primary_Market_Name__c,"Chiang Mai"),
  810. CONTAINS(Primary_Market_Name__c,"Chiang Rai"),
  811. CONTAINS(Primary_Market_Name__c,"Phuket")
  812. ),
  813.  
  814. ( $Profile.Id <> '00eF0000000eBPJ'),
  815. NOT( OR($User.Username = 'sopon.s@ensogo.com',$User.Username = 'yanee.p@ensogo.com')),
  816. IF(ISBLANK(LS_Tax_Identification_Number__c), FALSE,IF (NOT(ISBLANK(LS_Tax_Identification_Number__c))
  817. &&
  818. LEN(LS_Tax_Identification_Number__c) <>13, TRUE, FALSE))
  819. )|LS_Tax_Identification_Number__c=null , $Profile.Id=00eF0000000i4Lu , $User.Username=william.stallworth@livingsocial.co.uk , Merchant_Country__c=null , Primary_Market_Name__c=null
  820. 17:12:42.720 (720499850)|VALIDATION_PASS
  821. 17:12:42.720 (720503427)|VALIDATION_RULE|03dF0000000S0ci|TripAdvisor_Validation
  822. 17:12:42.721 (721246661)|VALIDATION_FORMULA|AND(
  823.  
  824. OR(
  825. Merchant_Country__c = "United States",
  826. Merchant_Country__c = "Canada"
  827. ),
  828.  
  829. OR(
  830. $User.ProfileId = "00eF0000000hPgY",
  831. $User.ProfileId = "00EF0000000iV01",
  832. $User.ProfileId = "00EF0000000iumC",
  833. $User.ProfileId = "00EF0000000iuow",
  834. $User.ProfileId = "00EA0000000UiCC",
  835. $User.ProfileId = "00EF0000000iupG",
  836. $User.ProfileId = "00EF0000000iupB",
  837. $User.ProfileId = "00EF0000000iupL",
  838. $User.ProfileId = "00EF0000000iup6",
  839. $User.ProfileId = "00EF0000000iupk",
  840. $User.ProfileId = "00EF0000000iupf",
  841. $User.ProfileId = "00EF0000000iupQ",
  842. $User.ProfileId = "00EF0000000VHaB",
  843. $User.ProfileId = "00EA0000000UkY3",
  844. $User.ProfileId = "00EF0000000VHaG",
  845. $User.ProfileId = "00EF0000000iVkQ",
  846. $User.ProfileId = "00EF0000000iVOc",
  847. $User.ProfileId = "00EF0000000VHaL",
  848. $User.ProfileId = "00EF0000000iVOm",
  849. $User.ProfileId = "00EA0000000UkY8",
  850. $User.ProfileId = "00EF0000000VHaV",
  851. $User.ProfileId = "00EF0000000iVOh",
  852. $User.ProfileId = "00EF0000000iVOr",
  853. $User.ProfileId = "00EF0000000VHaQ",
  854. $User.ProfileId = "00EF0000000VHaQ",
  855. $User.ProfileId = "00EF0000000VHaQ"
  856. ),
  857.  
  858. NOT(contains(lower(TripAdvisor_Link__c), lower("TripAdvisor") ))
  859.  
  860.  
  861. )|TripAdvisor_Link__c=null , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  862. 17:12:42.721 (721263832)|VALIDATION_PASS
  863. 17:12:42.721 (721267552)|VALIDATION_RULE|03dF0000000SDuh|UKIE_Review_Site_Rating
  864. 17:12:42.721 (721450749)|VALIDATION_FORMULA|AND(
  865. Owner.LastName = "OwnerUK",
  866. Review_Site_Rating__c > 10
  867. )|Review_Site_Rating__c=null , Owner.LastName=Owner
  868. 17:12:42.721 (721460505)|VALIDATION_PASS
  869. 17:12:42.721 (721463849)|VALIDATION_RULE|03dF0000000SDPi|UKIE_VAT_Exempt_Status_Error
  870. 17:12:42.721 (721837956)|VALIDATION_FORMULA|AND(
  871. ISPICKVAL( UKIE_VAT_Status__c , "VAT Exempt"),
  872. UKIE_VAT_Exempt__c = FALSE,
  873. $Profile.Id <> '00eA0000000V4vB' /* Sysadmin*/,
  874. $Profile.Id <> '00eF0000000eBPJ' /* API*/,
  875. $Profile.Id <> '00eF0000000eDHw' /* Regional Administrator*/,
  876. $Profile.Id <> '00eF0000000i4eB' /* UKIE - Sales - National - Manager*/,
  877. $Profile.Id = '00eF0000000i4kE' /* UKIE - Sales - National*/,
  878. ISBLANK( VAT_Number_Start__c )
  879.  
  880. )|UKIE_VAT_Status__c=null , $Profile.Id=00eF0000000i4Lu , UKIE_VAT_Exempt__c=0 , VAT_Number_Start__c=null
  881. 17:12:42.721 (721850736)|VALIDATION_PASS
  882. 17:12:42.721 (721854373)|VALIDATION_RULE|03dF0000000S6g8|UKIRE_VAT_Format
  883. 17:12:42.722 (722678879)|VALIDATION_FORMULA|AND(
  884. DATEVALUE(CreatedDate) > DATE(2015,03,26),
  885. $Profile.Id <>"00eA0000000V4vB" /*Sysadmin*/,
  886. $Profile.Id <> '00eF0000000eBPJ' /*API*/,
  887. Owner.Id = '005F0000001zyuN',
  888. NOT(ISBLANK(VAT_Number_Start__c)),
  889. AND(
  890. NOT(REGEX(VAT_Number_Start__c , "(AT)U[0-9]{8}")),
  891. NOT(REGEX(VAT_Number_Start__c , "(BE)0[0-9]{9}")),
  892. NOT(REGEX(VAT_Number_Start__c , "(BG)[0-9]{9,10}")),
  893. NOT(REGEX(VAT_Number_Start__c , "(CY)[0-9]{8}L")),
  894. NOT(REGEX(VAT_Number_Start__c , "(CZ)[0-9]{8,10}")),
  895. NOT(REGEX(VAT_Number_Start__c , "(DE)[0-9]{9}")),
  896. NOT(REGEX(VAT_Number_Start__c , "(DK)[0-9]{8}")),
  897. NOT(REGEX(VAT_Number_Start__c , "(EE)[0-9]{9}")),
  898. NOT(REGEX(VAT_Number_Start__c , "(EL&#124;GR)[0-9]{9}")),
  899. NOT(REGEX(VAT_Number_Start__c , "(ES)[0-9A-Z][0-9]{7}[0-9A-Z]")),
  900. NOT(REGEX(VAT_Number_Start__c , "(FI)[0-9]{8}")),
  901. NOT(REGEX(VAT_Number_Start__c , "(FR)[0-9A-Z]{2}[0-9]{9}")),
  902. NOT(REGEX(VAT_Number_Start__c , "(GB)([0-9]{9}([0-9]{3})?&#124;[A-Z]{2}[0-9]{3})")),
  903. NOT(REGEX(VAT_Number_Start__c , "(HU)[0-9]{8}")),
  904. NOT(REGEX(VAT_Number_Start__c , "(IE)[0-9]{7}LH")),
  905. NOT(REGEX(VAT_Number_Start__c , "(IT)[0-9]{11}")),
  906. NOT(REGEX(VAT_Number_Start__c , "(LT)([0-9]{9}&#124;[0-9]{12})")),
  907. NOT(REGEX(VAT_Number_Start__c , "(LU)[0-9]{8}")),
  908. NOT(REGEX(VAT_Number_Start__c , "(LV)[0-9]{11}")),
  909. NOT(REGEX(VAT_Number_Start__c , "(MT)[0-9]{8}")),
  910. NOT(REGEX(VAT_Number_Start__c , "(NL)[0-9]{9}B[0-9]{2}")),
  911. NOT(REGEX(VAT_Number_Start__c , "(PL)[0-9]{10}")),
  912. NOT(REGEX(VAT_Number_Start__c , "(PT)[0-9]{9}")),
  913. NOT(REGEX(VAT_Number_Start__c , "(RO)[0-9]{2,10}")),
  914. NOT(REGEX(VAT_Number_Start__c , "(SE)[0-9]{12}")),
  915. NOT(REGEX(VAT_Number_Start__c , "(SI)[0-9]{8}")),
  916. NOT(REGEX(VAT_Number_Start__c , "(SK)[0-9]{10}"))
  917. )
  918. )|$Profile.Id=00eF0000000i4Lu , CreatedDate=null , Owner.Id=005F0000001ycEW , VAT_Number_Start__c=null
  919. 17:12:42.722 (722710306)|VALIDATION_PASS
  920. 17:12:42.722 (722714073)|VALIDATION_RULE|03dF0000000RThd|UK_and_IRE_Bank_Account_Number_Validatio
  921. 17:12:42.723 (723049137)|VALIDATION_FORMULA|AND(
  922. $Profile.Id <> '00eF0000000eBPJ',
  923. $Profile.Id <> '00eA0000000V4vB',
  924. OR(ISPICKVAL(Prospect_Country__c, 'United Kingdom'), ISPICKVAL(Prospect_Country__c, 'Ireland')),
  925. NOT(ISBLANK(Bank_Account_Number__c)),
  926. DATEVALUE(CreatedDate) > DATE(2012, 10, 09),
  927. OR(
  928. LEN(Bank_Account_Number__c) <> 8,
  929. NOT(ISNUMBER(Bank_Account_Number__c))))|$Profile.Id=00eF0000000i4Lu , CreatedDate=null , Bank_Account_Number__c=null , Prospect_Country__c=null
  930. 17:12:42.723 (723062288)|VALIDATION_PASS
  931. 17:12:42.723 (723065754)|VALIDATION_RULE|03dF0000000RWuK|UK_and_IRE_IBAN_Validation
  932. 17:12:42.723 (723678696)|VALIDATION_FORMULA|AND(
  933. NOT(ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus')),
  934. $Profile.Id <> '00eF0000000eBPJ',
  935. $Profile.Id <> '00eA0000000V4vB',
  936. !ISBLANK(IBAN__c ),
  937. OR(
  938. AND(
  939. BillingCountry = "Ireland",
  940. IBAN__c <> "",
  941. NOT(REGEX( IBAN__c , "[A-Z]{2}[0-9]{2}[A-Z]{4}[0-9]{14}"))
  942. ),
  943. AND(
  944. BillingCountry = "United Kingdom",
  945. IBAN__c <> "",
  946. NOT(REGEX( IBAN__c , "[A-Z]{2}[0-9]{2}[A-Z]{4}[0-9]{14}"))
  947. ),
  948. AND(
  949. BillingCountry = "Netherlands",
  950. IBAN__c <> "",
  951. NOT(REGEX( IBAN__c , "[A-Z]{2}[0-9]{2}[A-Z]{4}[0-9]{10}"))
  952. ),
  953. AND(
  954. BillingCountry = "Spain",
  955. IBAN__c <> "",
  956. NOT(REGEX( IBAN__c , "[A-Z]{2}[0-9]{22}"))
  957. ),
  958. AND(
  959. BillingCountry = "Portugal",
  960. IBAN__c <> "",
  961. NOT(REGEX( IBAN__c , "[A-Z]{2}[0-9]{23}"))
  962. )
  963. )
  964. )|BillingCountry=United States , $Profile.Id=00eF0000000i4Lu , IBAN__c=null , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null
  965. 17:12:42.723 (723694178)|VALIDATION_PASS
  966. 17:12:42.723 (723697765)|VALIDATION_RULE|03dF0000000RThY|UK_IE_AU_Sort_Code_Validation
  967. 17:12:42.724 (724047809)|VALIDATION_FORMULA|AND(
  968. $Profile.Id <> '00eF0000000eBPJ', /*API Only*/
  969. $Profile.Id <> '00eA0000000V4vB', /*System Admin*/
  970. OR(ISPICKVAL(Prospect_Country__c, 'United Kingdom'),
  971. ISPICKVAL(Prospect_Country__c, 'Ireland')),
  972. NOT(ISBLANK(Bank_Account_Sort_code__c)),
  973. DATEVALUE(CreatedDate) > DATE(2012, 10, 09),
  974. OR(
  975. LEN(Bank_Account_Sort_code__c) <> 6,
  976. NOT(ISNUMBER(Bank_Account_Sort_code__c))))|$Profile.Id=00eF0000000i4Lu , CreatedDate=null , Bank_Account_Sort_code__c=null , Prospect_Country__c=null
  977. 17:12:42.724 (724061969)|VALIDATION_PASS
  978. 17:12:42.724 (724065425)|VALIDATION_RULE|03dF0000000S6eg|US_TAX_ID
  979. 17:12:42.724 (724941838)|VALIDATION_FORMULA|AND(
  980.  
  981. CONTAINS(Merchant_Country__c, 'United States'),
  982.  
  983. NOT(CONTAINS($Profile.Name,'API')),
  984. NOT(CONTAINS($Profile.Name,'Administrator')),
  985.  
  986. ISCHANGED(Tax_Identification_Number_Encrypted__c),
  987. NOT(LEN(Tax_Identification_Number_Encrypted__c)= 0),
  988.  
  989. OR(
  990. ISNUMBER(Tax_Identification_Number_Encrypted__c) = false,
  991. NOT(LEN(Tax_Identification_Number_Encrypted__c) = 9),
  992. Tax_Identification_Number_Encrypted__c = '123456789',
  993. Tax_Identification_Number_Encrypted__c = '999999999',
  994. Tax_Identification_Number_Encrypted__c = '111111111',
  995. Tax_Identification_Number_Encrypted__c = '000000000',
  996. Tax_Identification_Number_Encrypted__c = '888888888',
  997. Tax_Identification_Number_Encrypted__c = '777777777',
  998. Tax_Identification_Number_Encrypted__c = '333333333',
  999. Tax_Identification_Number_Encrypted__c = '444444444',
  1000. Tax_Identification_Number_Encrypted__c = '666666666',
  1001. Tax_Identification_Number_Encrypted__c = '222222222',
  1002. Tax_Identification_Number_Encrypted__c = '121212121',
  1003. Tax_Identification_Number_Encrypted__c = '234567890' )
  1004. )|$Profile.Name=Pardot , Tax_Identification_Number_Encrypted__c=***** , Merchant_Country__c=null
  1005. 17:12:42.724 (724957404)|VALIDATION_PASS
  1006. 17:12:42.724 (724960868)|VALIDATION_RULE|03dF0000000S6el|VAT_Number_Length_for_UKIRE
  1007. 17:12:42.725 (725305384)|VALIDATION_FORMULA|AND(
  1008. $Profile.Id <> '00eF0000000eBPJ',
  1009. DATEVALUE(CreatedDate) > DATE(2012, 10, 09),
  1010. OR(ISPICKVAL(Prospect_Country__c, 'United Kingdom'), ISPICKVAL(Prospect_Country__c, 'Ireland')),
  1011. NOT(ISBLANK(VAT_Number_Start__c)),
  1012. LEN(VAT_Number_Start__c) > 18)|$Profile.Id=00eF0000000i4Lu , CreatedDate=null , Prospect_Country__c=null , VAT_Number_Start__c=null
  1013. 17:12:42.725 (725316700)|VALIDATION_PASS
  1014. 17:12:42.725 (725319906)|VALIDATION_RULE|03dF0000000S1JZ|AUS_Billing_StateProvince_Format
  1015. 17:12:42.725 (725660639)|VALIDATION_FORMULA|AND(
  1016.  
  1017. BillingCountry = 'Australia',
  1018. ISCHANGED(BillingCountry) ,
  1019. NOT(OR(
  1020. CONTAINS(BillingState,"WA"),
  1021. CONTAINS(BillingState,'SA'),
  1022. CONTAINS(BillingState,'NSW'),
  1023. CONTAINS(BillingState,'VIC'),
  1024. CONTAINS(BillingState,'QLD'),
  1025. CONTAINS(BillingState,'NT'),
  1026. CONTAINS(BillingState,'TAS')
  1027.  
  1028. )),
  1029.  
  1030. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1031. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1032. )|BillingCountry=United States , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1033. 17:12:42.725 (725671542)|VALIDATION_PASS
  1034. 17:12:42.725 (725674591)|VALIDATION_RULE|03dF0000000RiX1|Business_Legal_Name
  1035. 17:12:42.726 (726383233)|VALIDATION_FORMULA|AND(
  1036. CONTAINS(Merchant_Country__c, 'United States'),
  1037. NOT(CONTAINS($Profile.Name,'API')),
  1038. NOT(CONTAINS($Profile.Name,'Administrator')),
  1039. ISCHANGED( Business_Legal_Name__c ),
  1040. NOT(ISBLANK( Business_Legal_Name__c )),
  1041.  
  1042. OR((CONTAINS(Business_Legal_Name__c, "$")),
  1043. (CONTAINS(Business_Legal_Name__c, "!")),
  1044. (CONTAINS(Business_Legal_Name__c, "*")),
  1045. (CONTAINS(Business_Legal_Name__c, "_")),
  1046. (CONTAINS(Business_Legal_Name__c, "%")),
  1047. (CONTAINS(Business_Legal_Name__c, "=")),
  1048. (CONTAINS(Business_Legal_Name__c, "+")),
  1049. (CONTAINS(Business_Legal_Name__c, "#")),
  1050. (CONTAINS(Business_Legal_Name__c, "@")),
  1051. (CONTAINS(Business_Legal_Name__c, "(")),
  1052. (CONTAINS(Business_Legal_Name__c, "?")),
  1053. (CONTAINS(Business_Legal_Name__c, "'")),
  1054. (CONTAINS(Business_Legal_Name__c, ".")),
  1055. (CONTAINS(Business_Legal_Name__c, "/")),
  1056. (CONTAINS(Business_Legal_Name__c, "<")),
  1057. (CONTAINS(Business_Legal_Name__c, ">")),
  1058. (CONTAINS(Business_Legal_Name__c, ",")),
  1059. (CONTAINS(Business_Legal_Name__c, "~")),
  1060. (CONTAINS(Business_Legal_Name__c, ")")),
  1061. (CONTAINS(Business_Legal_Name__c, 'n.a')),
  1062. (CONTAINS(Business_Legal_Name__c, 'n/a'))
  1063. )
  1064. )|$Profile.Name=Pardot , Business_Legal_Name__c=Oct12.1 , Merchant_Country__c=null
  1065. 17:12:42.726 (726404865)|VALIDATION_PASS
  1066. 17:12:42.726 (726408669)|VALIDATION_RULE|03dF0000000S1F3|Canada_Billing_Zip_Format
  1067. 17:12:42.726 (726834746)|VALIDATION_FORMULA|AND(
  1068.  
  1069. OR(
  1070. Merchant_Country__c = 'Canada',
  1071. ISBLANK(Merchant_Country__c)),
  1072. ISCHANGED(BillingPostalCode),
  1073.  
  1074. OR(
  1075. LEN(BillingPostalCode) < 3,
  1076. LEN(BillingPostalCode) > 7),
  1077.  
  1078. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1079. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1080. )|BillingPostalCode=null , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1081. 17:12:42.726 (726844922)|VALIDATION_PASS
  1082. 17:12:42.726 (726848112)|VALIDATION_RULE|03dF0000000yibj|Cannot_change_name_of_LS_EMPLOYEES
  1083. 17:12:42.726 (726966530)|VALIDATION_FORMULA|AND(Id = '001A000000Itk46', ISCHANGED(Name))|Id=null , Name=Oct12.1
  1084. 17:12:42.726 (726974345)|VALIDATION_PASS
  1085. 17:12:42.726 (726977318)|VALIDATION_RULE|03dF0000000S1RJ|CA_Account_Number_Format
  1086. 17:12:42.727 (727356206)|VALIDATION_FORMULA|AND(
  1087.  
  1088. Merchant_Country__c = 'Canada',
  1089. ISCHANGED(Bank_Account_Number__c),
  1090.  
  1091. OR(
  1092. LEN(Bank_Account_Number__c) < 7,
  1093. LEN(Bank_Account_Number__c) > 12,
  1094. CONTAINS(Bank_Account_Number__c,'n/a')),
  1095.  
  1096. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1097. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1098. )|Bank_Account_Number__c=null , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1099. 17:12:42.727 (727367637)|VALIDATION_PASS
  1100. 17:12:42.727 (727370821)|VALIDATION_RULE|03dF0000000S0dC|ChangeIndustry
  1101. 17:12:42.728 (728091390)|VALIDATION_FORMULA|AND(
  1102. ISCHANGED(Industry),
  1103. PRIORVALUE(Industry) != null,
  1104.  
  1105. OR(
  1106. $Profile.Id != '00eF0000000i1xeIAA', /*Entertainment*/
  1107. $Profile.Id != '00eF0000000i1xoIAA', /*Restaurant*/
  1108. $Profile.Id != '00eA0000000MtpFIAS', /*Sales Manager OSS*/
  1109. $Profile.Id != '00eF0000000hOjLIAU', /*Sales Director*/
  1110. $Profile.Id != '00eF0000000hPTTIA2', /*Specialist*/
  1111. $Profile.Id != '00eF0000000hPVUIA2', /*MCC*/
  1112. $Profile.Id != '00eF0000000hPTnIAM', /*Flex*/
  1113. $Profile.Id != '00eF0000000hPTiIAM'), /*Inbound*/
  1114.  
  1115. NOT(
  1116. OR(
  1117. $User.ProfileId = '00eF0000000i4ho', /*UKIE - Sales - Local - Outside - Director*/
  1118. $User.ProfileId = '00eF0000000hRKu', /*IE Regional Director*/
  1119. $User.ProfileId = '00eF0000000hOp4', /*UK Sales Manager*/
  1120. $User.ProfileId = '00eF0000000hRKp', /*IE Sales Manager*/
  1121. $User.ProfileId = '00eA0000000e7CO', /*Sales Support*/
  1122. $User.ProfileId = '00eA0000000V4vB', /*System Admin*/
  1123. $User.ProfileId = '00eF0000000eBPJ', /*API Only*/
  1124. $User.ProfileId = '00eF0000000eB9k', /*US Sales Manager - Inside*/
  1125. $User.ProfileId = '00eF0000000i51Z', /*NA - Restaurants Plus Manager*/
  1126. Merchant_Country__c ='Australia')))|Industry=Entertainment , $Profile.Id=00eF0000000i4Lu , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1127. 17:12:42.728 (728107369)|VALIDATION_PASS
  1128. 17:12:42.728 (728110628)|VALIDATION_RULE|03dF0000000S1Jy|Italy_Billing_State_Format
  1129. 17:12:42.728 (728399922)|VALIDATION_FORMULA|AND(
  1130.  
  1131. ISPICKVAL(Prospect_Country__c, 'Italy'),
  1132. ISCHANGED(BillingState),
  1133.  
  1134. LEN(BillingState)!= 2,
  1135.  
  1136. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1137. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1138. )|Prospect_Country__c=null , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1139. 17:12:42.728 (728409932)|VALIDATION_PASS
  1140. 17:12:42.728 (728413139)|VALIDATION_RULE|03dF0000000RXLU|LB_Has_Website_Validation
  1141. 17:12:42.728 (728862166)|VALIDATION_FORMULA|AND
  1142. (
  1143. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  1144. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  1145. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  1146.  
  1147. ISPICKVAL( Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus' ),
  1148.  
  1149. /*NOT(ISPICKVAL( LB_Category__c, 'Producto%13' )),*/
  1150. ISPICKVAL( Website_Exists__c, 'Yes' ),
  1151.  
  1152. ISBLANK( Website )
  1153. )|Website_Exists__c=Yes , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , Website=Oct12.1.com , $User.ProfileId=00eF0000000i4Lu
  1154. 17:12:42.728 (728873318)|VALIDATION_PASS
  1155. 17:12:42.728 (728876514)|VALIDATION_RULE|03dF0000000RUn5|LB_Latest_MSA_Date_Validation
  1156. 17:12:42.729 (729352851)|VALIDATION_FORMULA|AND
  1157. (
  1158. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  1159. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  1160. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  1161. $User.Id <> '005F000000190Iu', /*Carma Madurga*/
  1162.  
  1163.  
  1164.  
  1165. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  1166. ISPICKVAL(Type,'Customer'),
  1167. ISBLANK(Latest_MSA_Signature_Date__c)
  1168. )|Type=Prospect , $User.Id=005F0000003y62c , Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , Latest_MSA_Signature_Date__c=null , $User.ProfileId=00eF0000000i4Lu
  1169. 17:12:42.729 (729364894)|VALIDATION_PASS
  1170. 17:12:42.729 (729367978)|VALIDATION_RULE|03dF0000000RVWK|LB_PostalCode
  1171. 17:12:42.730 (730038301)|VALIDATION_FORMULA|AND(
  1172. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  1173. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  1174. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  1175.  
  1176. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LetsBonus'),
  1177. BillingPostalCode <> '',
  1178.  
  1179. OR(
  1180. AND(
  1181. ISPICKVAL(Prospect_Country__c,'Spain'),
  1182. NOT(REGEX(BillingPostalCode, "[0-9]{5}"))
  1183. ),
  1184. AND(
  1185. ISPICKVAL(Prospect_Country__c,'Italy'),
  1186. NOT(REGEX(BillingPostalCode, "[0-9]{5}"))
  1187. ),
  1188. AND(
  1189. ISPICKVAL(Prospect_Country__c,'Portugal'),
  1190. NOT(REGEX(BillingPostalCode, "([0-9]{4})&#124;([0-9]{4}-[0-9]{3})"))
  1191. ),
  1192. AND(
  1193. ISPICKVAL(Prospect_Country__c,'Argentina'),
  1194. NOT(REGEX(BillingPostalCode, "([A-Z][0-9]{4}[A-Z]{3})&#124;([0-9]{4})"))
  1195. ),
  1196. AND(
  1197. ISPICKVAL(Prospect_Country__c,'Chile'),
  1198. NOT(REGEX(BillingPostalCode, "([0-9]{7})&#124;([0-9]{3}-[0-9]{4})"))
  1199. )
  1200. )
  1201.  
  1202. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , BillingPostalCode=null , Prospect_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1203. 17:12:42.730 (730058716)|VALIDATION_PASS
  1204. 17:12:42.730 (730061926)|VALIDATION_RULE|03dF0000000RUIy|LB_validate_Swift
  1205. 17:12:42.730 (730575537)|VALIDATION_FORMULA|/*Only for Profiles LB_UK
  1206. * 00eF0000000hOp4 -> UK - PoR Sales Manager
  1207. * 00eF0000000hOj1 -> UK - PoR Field Sales
  1208. * 00eF0000000hOz6 -> UK - PoR Inside Sales
  1209. * 00eF0000000hOzB -> UK - PoR Account Manager
  1210. * 00eF0000000hOSe -> LB - Account Manager (Sales)
  1211. * 00eF0000000hOV9 -> LB - Product Sales
  1212. * 00eF0000000hOVE -> LB - Sales Manager
  1213. * 00eJ0000000HjNz -> LB - Account Manager (Sales) este id es de SANDBOX
  1214. */
  1215. AND(
  1216. OR(
  1217. $User.ProfileId = '00eF0000000hOp4',
  1218. $User.ProfileId = '00eF0000000hOj1',
  1219. $User.ProfileId = '00eF0000000hOz6',
  1220. $User.ProfileId = '00eF0000000hOSe',
  1221. $User.ProfileId = '00eF0000000hOSe',
  1222. $User.ProfileId = '00eF0000000hOV9',
  1223. $User.ProfileId = '00eF0000000hOVE',
  1224. $User.ProfileId = '00eJ0000000HjNz'
  1225. ),
  1226.  
  1227. !ISPICKVAL($User.Country__c, 'Argentina'),
  1228.  
  1229. SWIFT__c <> "",
  1230. NOT(
  1231. REGEX(
  1232. SWIFT__c , "^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$"
  1233. )
  1234. )
  1235. )|SWIFT__c=null , $User.ProfileId=00eF0000000i4Lu , $User.Country__c=United States
  1236. 17:12:42.730 (730589413)|VALIDATION_PASS
  1237. 17:12:42.730 (730592750)|VALIDATION_RULE|03dF0000000RTeL|Merchant_Red_Flag_Validation
  1238. 17:12:42.731 (731119950)|VALIDATION_FORMULA|AND(
  1239. Merchant_Red_Flag__c = True,
  1240. ISPICKVAL(Merchant_Red_Flag_Reason__c, ""),
  1241.  
  1242. OR(
  1243. Merchant_Country__c = "United States",
  1244. Merchant_Country__c = "Canada"),
  1245.  
  1246. AND(
  1247. $User.ProfileId <> "00eA0000000V4vB",
  1248. $User.ProfileId <> "00eF0000000eBPJ",
  1249. /* Technical Debt: OpportunityInboundUnqualify button on Opp does not work unless inbound team is exempted from this validation rule. RP 11.4.2013 */
  1250. $User.ProfileId <> "00eF0000000hPTi",
  1251. $User.Id <> "005A0000001UtGo"
  1252. )
  1253.  
  1254. )|$User.Id=005F0000003y62c , Merchant_Red_Flag_Reason__c=null , Merchant_Red_Flag__c=0 , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1255. 17:12:42.731 (731133072)|VALIDATION_PASS
  1256. 17:12:42.731 (731136603)|VALIDATION_RULE|03dF0000000yiTL|Only_National_Can_Sell_THIS_Merchant
  1257. 17:12:42.732 (732813671)|VALIDATION_FORMULA|OR(
  1258. AND(
  1259. ISPICKVAL(Merchant_Type__c,"National"),
  1260. OR(ISPICKVAL(National_Merchant_Type__c,"Corporate HQ"),
  1261. ISPICKVAL(National_Merchant_Type__c,"Corporate HQ/Franchise"),
  1262. ISPICKVAL(National_Merchant_Type__c,"")),
  1263. Third_Party_Agency_Account__c = FALSE,
  1264. $User.ProfileId <> "00eF0000000i4kE",
  1265. $User.ProfileId <> "00eF0000000i3ro",
  1266. $User.ProfileId <> "00eF0000000eEtm",
  1267. $User.ProfileId <> "00eF0000000eCXd",
  1268. $User.ProfileId <> "00eF0000000eCbL",
  1269. $User.ProfileId <> "00eF0000000eDQy",
  1270. $User.ProfileId <> "00eF0000000hOES",
  1271. $User.ProfileId <> "00eF0000000hODt",
  1272. $User.ProfileId <> "00eF0000000eFna",
  1273. $User.ProfileId <> "00eF0000000i2bG",
  1274. $User.ProfileId <> "00eF0000000hODU",
  1275. $User.ProfileId <> "00eF0000000hvTT",
  1276. $User.ProfileId <> "00eF0000000eFPJ",
  1277. $User.ProfileId <> "00eF0000000eAkf",
  1278. $User.ProfileId <> "00eF0000000hPNu",
  1279. $User.ProfileId <> "00eF0000000eEtr",
  1280. $User.ProfileId <> "00eF0000000hOZu",
  1281. $User.ProfileId <> "00eF0000000hOEN",
  1282. $User.ProfileId <> "00eF0000000eF3w",
  1283. $User.ProfileId <> "00eA0000000Mhbf",
  1284. $User.ProfileId <> "00eF0000000eBPJ",
  1285. $User.ProfileId <> "00eA0000000MloS",
  1286. $User.ProfileId <> "00eA0000000V4vB",
  1287. $User.ProfileId <> "00eA0000000e7CO",
  1288. $User.ProfileId <> "00eF0000000eCsW",
  1289. $User.ProfileId <> "00eF0000000eGK7",
  1290. $User.ProfileId <> "00eF0000000eDHw",
  1291. $User.ProfileId <> "00eA0000000e1Z7",
  1292. $User.ProfileId <> "00eF0000000eCbQ",
  1293. $User.ProfileId <> "00eF0000000hOj6",
  1294. $User.ProfileId <> "00eF0000000hOJD",
  1295. $User.ProfileId <> "00eF0000000hOh0",
  1296. $User.ProfileId <> "00eF0000000hOaO",
  1297. $User.ProfileId <> "00eF0000000i0Lt",
  1298. $User.ProfileId <> "00eF0000000i56K",
  1299. $User.ProfileId <> "00eF0000000i1y3",
  1300. $User.ProfileId <> "00eF0000000i3p4"),
  1301. AND(CONTAINS( $RecordType.Name ,"National"),
  1302. OR(ISPICKVAL(National_Merchant_Type__c,"Corporate HQ"),
  1303. ISPICKVAL(National_Merchant_Type__c,"Corporate HQ/Franchise"),
  1304. ISPICKVAL(National_Merchant_Type__c,"")),
  1305. Third_Party_Agency_Account__c = FALSE,
  1306. $User.ProfileId <> "00eF0000000i4kE",
  1307. $User.ProfileId <> "00eF0000000i3ro",
  1308. $User.ProfileId <> "00eF0000000eEtm",
  1309. $User.ProfileId <> "00eF0000000eCXd",
  1310. $User.ProfileId <> "00eF0000000eCbL",
  1311. $User.ProfileId <> "00eF0000000eDQy",
  1312. $User.ProfileId <> "00eF0000000hOES",
  1313. $User.ProfileId <> "00eF0000000hODt",
  1314. $User.ProfileId <> "00eF0000000eFna",
  1315. $User.ProfileId <> "00eF0000000i2bG",
  1316. $User.ProfileId <> "00eF0000000hODU",
  1317. $User.ProfileId <> "00eF0000000hvTT",
  1318. $User.ProfileId <> "00eF0000000eFPJ",
  1319. $User.ProfileId <> "00eF0000000eAkf",
  1320. $User.ProfileId <> "00eF0000000hPNu",
  1321. $User.ProfileId <> "00eF0000000eEtr",
  1322. $User.ProfileId <> "00eF0000000hOZu",
  1323. $User.ProfileId <> "00eF0000000hOEN",
  1324. $User.ProfileId <> "00eF0000000eF3w",
  1325. $User.ProfileId <> "00eA0000000Mhbf",
  1326. $User.ProfileId <> "00eF0000000eBPJ",
  1327. $User.ProfileId <> "00eA0000000MloS",
  1328. $User.ProfileId <> "00eA0000000V4vB",
  1329. $User.ProfileId <> "00eA0000000e7CO",
  1330. $User.ProfileId <> "00eF0000000eCsW",
  1331. $User.ProfileId <> "00eF0000000eGK7",
  1332. $User.ProfileId <> "00eF0000000eDHw",
  1333. $User.ProfileId <> "00eA0000000e1Z7",
  1334. $User.ProfileId <> "00eF0000000eCbQ",
  1335. $User.ProfileId <> "00eF0000000hOj6",
  1336. $User.ProfileId <> "00eF0000000hOJD",
  1337. $User.ProfileId <> "00eF0000000hOh0",
  1338. $User.ProfileId <> "00eF0000000hOaO",
  1339. $User.ProfileId <> "00eF0000000i0Lt",
  1340. $User.ProfileId <> "00eF0000000i56K",
  1341. $User.ProfileId <> "00eF0000000i1y3",
  1342. $User.ProfileId <> "00eF0000000i3p4"))|Third_Party_Agency_Account__c=0 , National_Merchant_Type__c=null , $RecordType.Name=Master , Merchant_Type__c=Local , $User.ProfileId=00eF0000000i4Lu
  1343. 17:12:42.732 (732840750)|VALIDATION_PASS
  1344. 17:12:42.732 (732844464)|VALIDATION_RULE|03dF0000000RhoZ|PH_Ensogo_Cannot_change_Merchant_Owner
  1345. 17:12:42.733 (733014271)|VALIDATION_FORMULA|AND(
  1346. ISCHANGED(OwnerId)
  1347. , $Profile.Name = "PH Ensogo - Sales Team (Daily Deal)"
  1348. )|OwnerId=005F0000001ycEW , $Profile.Name=Pardot
  1349. 17:12:42.733 (733023385)|VALIDATION_PASS
  1350. 17:12:42.733 (733026530)|VALIDATION_RULE|03dF0000000S1Jt|Spain_Billing_StateProvince_Format
  1351. 17:12:42.733 (733845439)|VALIDATION_FORMULA|AND(
  1352.  
  1353. ISPICKVAL(Prospect_Country__c, 'Spain'),
  1354. ISCHANGED(BillingState),
  1355.  
  1356. OR(
  1357. BillingState != 'SG',
  1358. BillingState != 'SO',
  1359. BillingState != 'SS',
  1360. BillingState != 'T',
  1361. BillingState != 'TE',
  1362. BillingState != 'TF',
  1363. BillingState != 'TO',
  1364. BillingState != 'V',
  1365. BillingState != 'VA',
  1366. BillingState != 'VI',
  1367. BillingState != 'Z',
  1368. BillingState != 'ZA',
  1369. BillingState != 'A',
  1370. BillingState != 'AB',
  1371. BillingState != 'AL',
  1372. BillingState != 'AV',
  1373. BillingState != 'B',
  1374. BillingState != 'BA',
  1375. BillingState != 'BI',
  1376. BillingState != 'BU',
  1377. BillingState != 'C',
  1378. BillingState != 'CA',
  1379. BillingState != 'CC',
  1380. BillingState != 'CE',
  1381. BillingState != 'CO',
  1382. BillingState != 'CR',
  1383. BillingState != 'CS',
  1384. BillingState != 'CU',
  1385. BillingState != 'GC',
  1386. BillingState != 'GE',
  1387. BillingState != 'GR',
  1388. BillingState != 'GU',
  1389. BillingState != 'H',
  1390. BillingState != 'HU',
  1391. BillingState != 'J',
  1392. BillingState != 'L',
  1393. BillingState != 'LE',
  1394. BillingState != 'LO',
  1395. BillingState != 'LU',
  1396. BillingState != 'M',
  1397. BillingState != 'MA',
  1398. BillingState != 'ML',
  1399. BillingState != 'MU',
  1400. BillingState != 'NA',
  1401. BillingState != 'O',
  1402. BillingState != 'OR',
  1403. BillingState != 'P',
  1404. BillingState != 'PM',
  1405. BillingState != 'PO',
  1406. BillingState != 'S',
  1407. BillingState != 'SA',
  1408. BillingState != 'SE'),
  1409.  
  1410. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1411. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1412. )|Prospect_Country__c=null , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1413. 17:12:42.733 (733860923)|VALIDATION_PASS
  1414. 17:12:42.733 (733864241)|VALIDATION_RULE|03dF0000000S1JU|SWIFT_Capital_Letters
  1415. 17:12:42.734 (734389927)|VALIDATION_FORMULA|AND(
  1416. $Profile.Id <> '00eF0000000eBPJ', /*API Only*/
  1417. $User.ProfileId = '00eA0000000V4vB', /* System Admin */
  1418.  
  1419. ISCHANGED(SWIFT__c),
  1420.  
  1421. OR(
  1422. CONTAINS(SWIFT__c,"a"),
  1423. CONTAINS(SWIFT__c,"b"),
  1424. CONTAINS(SWIFT__c,"c"),
  1425. CONTAINS(SWIFT__c,"d"),
  1426. CONTAINS(SWIFT__c,"e"),
  1427. CONTAINS(SWIFT__c,"f"),
  1428. CONTAINS(SWIFT__c,"g"),
  1429. CONTAINS(SWIFT__c,"h"),
  1430. CONTAINS(SWIFT__c,"i"),
  1431. CONTAINS(SWIFT__c,"j"),
  1432. CONTAINS(SWIFT__c,"k"),
  1433. CONTAINS(SWIFT__c,"l"),
  1434. CONTAINS(SWIFT__c,"m"),
  1435. CONTAINS(SWIFT__c,"n"),
  1436. CONTAINS(SWIFT__c,"o"),
  1437. CONTAINS(SWIFT__c,"p"),
  1438. CONTAINS(SWIFT__c,"q"),
  1439. CONTAINS(SWIFT__c,"r"),
  1440. CONTAINS(SWIFT__c,"s"),
  1441. CONTAINS(SWIFT__c,"t"),
  1442. CONTAINS(SWIFT__c,"u"),
  1443. CONTAINS(SWIFT__c,"v"),
  1444. CONTAINS(SWIFT__c,"w"),
  1445. CONTAINS(SWIFT__c,"x"),
  1446. CONTAINS(SWIFT__c,"y"),
  1447. CONTAINS(SWIFT__c,"z")
  1448. ))|SWIFT__c=null , $Profile.Id=00eF0000000i4Lu , $User.ProfileId=00eF0000000i4Lu
  1449. 17:12:42.734 (734404896)|VALIDATION_PASS
  1450. 17:12:42.734 (734408238)|VALIDATION_RULE|03dF0000000S1Jo|SWIFT_Character_Length
  1451. 17:12:42.734 (734629502)|VALIDATION_FORMULA|AND(
  1452. $Profile.Id <> '00eF0000000eBPJ', /*API Only*/
  1453. $User.ProfileId = '00eA0000000V4vB', /* System Admin */
  1454.  
  1455. ISCHANGED(SWIFT__c),
  1456. NOT(ISBLANK(SWIFT__c)),
  1457.  
  1458. LEN(SWIFT__c) < 7
  1459.  
  1460. )|SWIFT__c=null , $Profile.Id=00eF0000000i4Lu , $User.ProfileId=00eF0000000i4Lu
  1461. 17:12:42.734 (734638721)|VALIDATION_PASS
  1462. 17:12:42.734 (734641961)|VALIDATION_RULE|03dF0000000S1Kw|SWIFT_Country_Code
  1463. 17:12:42.734 (734885018)|VALIDATION_FORMULA|AND(
  1464. $Profile.Id <> '00eF0000000eBPJ', /*API Only*/
  1465. $User.ProfileId <> '00eA0000000V4vB', /* System Admin */
  1466.  
  1467. ISCHANGED(SWIFT__c),
  1468.  
  1469. NOT(
  1470. REGEX( SWIFT__c , "([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?")
  1471. )
  1472. )|SWIFT__c=null , $Profile.Id=00eF0000000i4Lu , $User.ProfileId=00eF0000000i4Lu
  1473. 17:12:42.734 (734894701)|VALIDATION_PASS
  1474. 17:12:42.734 (734897911)|VALIDATION_RULE|03dF0000000S1Jj|UKIE_Billing_StateProvince_Format
  1475. 17:12:42.735 (735696701)|VALIDATION_FORMULA|AND(
  1476. $Profile.Id <>"00eA0000000V4vB" /*Sysadmin*/,
  1477. $Profile.Id <> '00eF0000000eBPJ' /*API*/,
  1478. OR(
  1479. ISPICKVAL(Prospect_Country__c, 'Ireland')
  1480. ,
  1481. BillingCountry = 'Ireland'
  1482. )
  1483. ,
  1484. AND(
  1485. BillingState <> 'ANTRIM',
  1486. BillingState <> 'ARMAGH',
  1487. BillingState <> 'CARLOW',
  1488. BillingState <> 'CAVAN',
  1489. BillingState <> 'CLARE',
  1490. BillingState <> 'CORK',
  1491. BillingState <> 'DERRY',
  1492. BillingState <> 'DNEGAL',
  1493. BillingState <> 'DOWN',
  1494. BillingState <> 'DUBLIN',
  1495. BillingState <> 'FERMAN',
  1496. BillingState <> 'GALWAY',
  1497. BillingState <> 'KERRY',
  1498. BillingState <> 'KLDARE',
  1499. BillingState <> 'KLKENY',
  1500. BillingState <> 'LAOIS',
  1501. BillingState <> 'LIMRCK',
  1502. BillingState <> 'LNGFRD',
  1503. BillingState <> 'LOUTH',
  1504. BillingState <> 'LTRIM',
  1505. BillingState <> 'MAYO',
  1506. BillingState <> 'MEATH',
  1507. BillingState <> 'MONGHN',
  1508. BillingState <> 'OFFALY',
  1509. BillingState <> 'ROSCMN',
  1510. BillingState <> 'SLIGO',
  1511. BillingState <> 'TPPRRY',
  1512. BillingState <> 'TYRONE',
  1513. BillingState <> 'WCKLOW',
  1514. BillingState <> 'WSTMTH',
  1515. BillingState <> 'WTRFRD',
  1516. BillingState <> 'WXFORD'
  1517. )
  1518. ,
  1519. AND(
  1520. $User.ProfileId <> '00eF0000000eBPJ'
  1521. ,
  1522. $User.ProfileId <> '00eA0000000V4vB'
  1523. ,
  1524. DATEVALUE(CreatedDate) > DATEVALUE("2015-02-16")
  1525. )
  1526. )|BillingCountry=United States , $Profile.Id=00eF0000000i4Lu , CreatedDate=null , Prospect_Country__c=null , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1527. 17:12:42.735 (735714026)|VALIDATION_PASS
  1528. 17:12:42.735 (735717666)|VALIDATION_RULE|03dF0000000S6Y9|UKIE_Company_Registration_Number_Length
  1529. 17:12:42.736 (736227744)|VALIDATION_FORMULA|AND(
  1530. NOT(ISCHANGED(LastActivityDate)),
  1531. $User.ProfileId <> '00eA0000000V4vB' /*Sysadmin*/,
  1532. $User.ProfileId <> '00eF0000000eBPJ' /*API*/,
  1533. Primary_Market_Country__c = 'United Kingdom',
  1534. DATEVALUE(LastModifiedDate) > DATE(2015,04,21),
  1535. NOT(ISBLANK(Company_Number__c)),
  1536. LEN(Company_Number__c) <> 8
  1537. )|LastModifiedDate=null , LastActivityDate=null , Company_Number__c=null , Primary_Market_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1538. 17:12:42.736 (736239585)|VALIDATION_PASS
  1539. 17:12:42.736 (736242954)|VALIDATION_RULE|03dF0000000S1fQ|UKIE_Merchant_Name_Characters
  1540. 17:12:42.736 (736463991)|VALIDATION_FORMULA|AND(
  1541. $Profile.Id <>"00eA0000000V4vB" /*Sysadmin*/,
  1542. $Profile.Id <> '00eF0000000eBPJ' /*API*/,
  1543. OwnerId = "005F0000001zyuN" /*Merchant OwnerUK*/
  1544. ,
  1545. OR(
  1546. CONTAINS(Name,"&"),
  1547. CONTAINS(Name,"?")
  1548. )
  1549. )|OwnerId=005F0000001ycEW , $Profile.Id=00eF0000000i4Lu , Name=Oct12.1
  1550. 17:12:42.736 (736474116)|VALIDATION_PASS
  1551. 17:12:42.736 (736477528)|VALIDATION_RULE|03dF0000000S1E5|UK_Billing_Zip_Format
  1552. 17:12:42.736 (736902343)|VALIDATION_FORMULA|AND(
  1553.  
  1554. OR(
  1555. Merchant_Country__c = 'United Kingdom',
  1556. ISBLANK(Merchant_Country__c)),
  1557. ISCHANGED(BillingPostalCode),
  1558.  
  1559. OR(
  1560. LEN(BillingPostalCode) < 6,
  1561. LEN(BillingPostalCode) > 8,
  1562. CONTAINS(BillingPostalCode,'n/a')),
  1563.  
  1564. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1565. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1566. )|BillingPostalCode=null , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1567. 17:12:42.736 (736913426)|VALIDATION_PASS
  1568. 17:12:42.736 (736916678)|VALIDATION_RULE|03dF0000000RoWX|UK_PostalCode
  1569. 17:12:42.737 (737559411)|VALIDATION_FORMULA|AND(
  1570. $User.ProfileId <> '00eF0000000eBPJ', /*API ONLY*/
  1571. $User.ProfileId <> '00eA0000000V4vB', /*System Administrator*/
  1572. $User.ProfileId <> '00eF0000000eDHw', /*Regional Admin*/
  1573.  
  1574. ISPICKVAL(Primary_Market__r.Region__r.Country__r.Parent_Entity__c,'LivingSocial'),
  1575. BillingPostalCode <> '',
  1576.  
  1577. OR(
  1578. AND(
  1579. ISPICKVAL(Prospect_Country__c,'United Kingdom'),
  1580.  
  1581. NOT(
  1582.  
  1583. OR(
  1584.  
  1585. ISNULL(BillingPostalCode),
  1586.  
  1587. REGEX(BillingPostalCode, "[a-zA-Z]\\d\\s\\d[a-zA-Z]{2}"),
  1588. REGEX(BillingPostalCode, "[a-zA-Z]\\d\\d\\s\\d[a-zA-Z]{2}"),
  1589. REGEX(BillingPostalCode, "[a-zA-Z]{2}\\d\\s\\d[a-zA-Z]{2}"),
  1590. REGEX(BillingPostalCode, "[a-zA-Z]{2}\\d\\d\\s\\d[a-zA-Z]{2}"),
  1591. REGEX(BillingPostalCode, "[a-zA-Z]{2}\\d[a-zA-Z]\\s\\d[a-zA-Z]{2}"),
  1592. REGEX(BillingPostalCode, "[a-zA-Z]\\d[a-zA-Z]\\s\\d[a-zA-Z]{2}")
  1593.  
  1594. )
  1595. )
  1596. )
  1597. )
  1598. )|Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null , BillingPostalCode=null , Prospect_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1599. 17:12:42.737 (737574370)|VALIDATION_PASS
  1600. 17:12:42.737 (737577721)|VALIDATION_RULE|03dF0000000S1HY|US_Billing_Address_Format
  1601. 17:12:42.738 (738314566)|VALIDATION_FORMULA|AND(
  1602.  
  1603. OR(
  1604. Merchant_Country__c = 'United States',
  1605. Merchant_Country__c = 'Canada',
  1606. ISBLANK(Merchant_Country__c)),
  1607. OR(
  1608. ISCHANGED(BillingStreet),
  1609. ISCHANGED(BillingCity),
  1610. ISCHANGED(BillingState),
  1611. ISCHANGED(BillingPostalCode),
  1612. ISCHANGED(BillingCountry)),
  1613.  
  1614. OR(
  1615. CONTAINS(BillingStreet, 'n.a'),
  1616. CONTAINS(BillingStreet, 'n/a'),
  1617. CONTAINS(BillingCity, 'n.a'),
  1618. CONTAINS(BillingCity, 'n/a'),
  1619. CONTAINS(BillingState, 'n.a'),
  1620. CONTAINS(BillingState, 'n/a'),
  1621. CONTAINS(BillingPostalCode, 'n.a'),
  1622. CONTAINS(BillingPostalCode, 'n/a'),
  1623. CONTAINS(BillingCountry, 'n.a'),
  1624. CONTAINS(BillingCountry, 'n/a')),
  1625.  
  1626. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1627. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1628. )|BillingCountry=United States , BillingStreet=Oct12.1 , BillingCity=Oct12.1 , BillingPostalCode=null , Merchant_Country__c=null , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1629. 17:12:42.738 (738334097)|VALIDATION_PASS
  1630. 17:12:42.738 (738337749)|VALIDATION_RULE|03dF0000000S1Hi|US_Billing_Zip_Format
  1631. 17:12:42.738 (738736184)|VALIDATION_FORMULA|AND(
  1632.  
  1633. OR(
  1634. Merchant_Country__c = 'United States',
  1635. ISBLANK(Merchant_Country__c)),
  1636. ISCHANGED(BillingPostalCode),
  1637.  
  1638. OR(
  1639. LEN(BillingPostalCode) < 5,
  1640. LEN(BillingPostalCode) > 10),
  1641.  
  1642. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1643. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1644. )|BillingPostalCode=null , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1645. 17:12:42.738 (738746791)|VALIDATION_PASS
  1646. 17:12:42.738 (738750142)|VALIDATION_RULE|03dF0000000S1Hd|US_Billing_Zip_Format_Digits_Only
  1647. 17:12:42.739 (739488193)|VALIDATION_FORMULA|AND(
  1648.  
  1649. OR(
  1650. Merchant_Country__c = 'United States',
  1651. ISBLANK(Merchant_Country__c)),
  1652.  
  1653. ISCHANGED(BillingPostalCode),
  1654.  
  1655. OR(
  1656. CONTAINS(BillingPostalCode,'a'),
  1657. CONTAINS(BillingPostalCode,'b'),
  1658. CONTAINS(BillingPostalCode,'c'),
  1659. CONTAINS(BillingPostalCode,'d'),
  1660. CONTAINS(BillingPostalCode,'e'),
  1661. CONTAINS(BillingPostalCode,'f'),
  1662. CONTAINS(BillingPostalCode,'g'),
  1663. CONTAINS(BillingPostalCode,'h'),
  1664. CONTAINS(BillingPostalCode,'i'),
  1665. CONTAINS(BillingPostalCode,'j'),
  1666. CONTAINS(BillingPostalCode,'k'),
  1667. CONTAINS(BillingPostalCode,'l'),
  1668. CONTAINS(BillingPostalCode,'m'),
  1669. CONTAINS(BillingPostalCode,'n'),
  1670. CONTAINS(BillingPostalCode,'o'),
  1671. CONTAINS(BillingPostalCode,'p'),
  1672. CONTAINS(BillingPostalCode,'q'),
  1673. CONTAINS(BillingPostalCode,'r'),
  1674. CONTAINS(BillingPostalCode,'s'),
  1675. CONTAINS(BillingPostalCode,'t'),
  1676. CONTAINS(BillingPostalCode,'u'),
  1677. CONTAINS(BillingPostalCode,'v'),
  1678. CONTAINS(BillingPostalCode,'w'),
  1679. CONTAINS(BillingPostalCode,'x'),
  1680. CONTAINS(BillingPostalCode,'z')),
  1681.  
  1682. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1683. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1684. )|BillingPostalCode=null , Merchant_Country__c=null , $User.ProfileId=00eF0000000i4Lu
  1685. 17:12:42.739 (739504152)|VALIDATION_PASS
  1686. 17:12:42.739 (739507363)|VALIDATION_RULE|03dF0000000S2bA|US_CAN_Billing_All_Caps
  1687. 17:12:42.739 (739913917)|VALIDATION_FORMULA|AND(
  1688.  
  1689. OR(
  1690. Merchant_Country__c = 'United States',
  1691. Merchant_Country__c = 'Canada',
  1692. ISBLANK(Merchant_Country__c)),
  1693. ISCHANGED(BillingState),
  1694.  
  1695. not(regex(BillingState, "[A-Z]+$")),
  1696.  
  1697. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1698. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1699. )|Merchant_Country__c=null , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1700. 17:12:42.739 (739924329)|VALIDATION_PASS
  1701. 17:12:42.739 (739927604)|VALIDATION_RULE|03dF0000000S1JP|US_CAN_Billing_State_Format
  1702. 17:12:42.740 (740329774)|VALIDATION_FORMULA|AND(
  1703.  
  1704. OR(
  1705. Merchant_Country__c = 'United States',
  1706. Merchant_Country__c = 'Canada',
  1707. ISBLANK(Merchant_Country__c)),
  1708. ISCHANGED(BillingState),
  1709.  
  1710. LEN(BillingState)!= 2,
  1711.  
  1712. $User.ProfileId <> '00eF0000000eBPJ',/*API Only*/
  1713. $User.ProfileId <> '00eA0000000V4vB' /*System Admin*/
  1714. )|Merchant_Country__c=null , BillingState=Alabama , $User.ProfileId=00eF0000000i4Lu
  1715. 17:12:42.740 (740341087)|VALIDATION_PASS
  1716. 17:12:42.740 (740344143)|VALIDATION_RULE|03dF0000000RTZt|US_Lock_Unqualified_Merchants
  1717. 17:12:42.740 (740721706)|VALIDATION_FORMULA|AND(
  1718. ISCHANGED( Qualification_Status__c ),
  1719. ISPICKVAL(PRIORVALUE(Qualification_Status__c),'Unqualified'),
  1720. OR(
  1721. $User.ProfileId = '00eF0000000eC89',
  1722. $User.ProfileId = '00eA0000000MyuI',
  1723. $User.ProfileId = '00eA0000000dtsg',
  1724. $User.ProfileId = '00eF0000000eEiP',
  1725. $User.ProfileId = '00eA0000000MgCM',
  1726. $User.ProfileId = '00eF0000000eBRK',
  1727. $User.ProfileId = '00eF0000000eFkH',
  1728. $User.ProfileId = '00eF0000000eFDD',
  1729. $User.ProfileId = '00eF0000000hOIo')
  1730. )|Qualification_Status__c=null , $User.ProfileId=00eF0000000i4Lu
  1731. 17:12:42.740 (740733100)|VALIDATION_PASS
  1732. 17:12:42.740 (740763674)|CODE_UNIT_FINISHED|Validation:Account:new
  1733. 17:12:42.742 (742423811)|CODE_UNIT_STARTED|[EXTERNAL]|DuplicateDetector
  1734. 17:12:42.742 (742437330)|DUPLICATE_DETECTION_BEGIN
  1735. 17:12:42.742 (742499656)|DUPLICATE_DETECTION_RULE_INVOCATION|DuplicateRuleId:0BmF0000000KymF|DuplicateRuleName:Phone and Website|DmlType:INSERT
  1736. 17:12:42.787 (787406991)|DUPLICATE_RULE_FILTER|[Merchant : Website not equal to http://nowebsite.com, http://website.com, www.website.com, no.website.com, http://WWW.NOWEBSITE.COM, nowebsite, nowebsite.com, http://nowebsite.com, www.na.com, www.n/a.com]
  1737. AND [Merchant : Dedupe Override equals false]
  1738. AND [Merchant : Merchant Country not equal to Australia, New Zealand]
  1739. AND [Merchant : Phone does not contain na, n/a]
  1740. 17:12:42.787 (787566216)|DUPLICATE_RULE_FILTER_VALUE|Oct12.1.com
  1741. 17:12:42.787 (787588666)|DUPLICATE_RULE_FILTER_VALUE|0
  1742. 17:12:42.788 (788005990)|DUPLICATE_RULE_FILTER_VALUE|
  1743. 17:12:42.788 (788031645)|DUPLICATE_RULE_FILTER_VALUE|47844587458
  1744. 17:12:42.788 (788133088)|DUPLICATE_RULE_FILTER_RESULT|true
  1745. 17:12:43.273 (1273376909)|DUPLICATE_DETECTION_MATCH_INVOCATION_DETAILS|EntityType:Account|ActionTaken:Allow_[Alert,Report]|DuplicateRecordIds:
  1746. 17:12:43.273 (1273419152)|DUPLICATE_DETECTION_MATCH_INVOCATION_SUMMARY|EntityType:Account|NumRecordsToBeSaved:1|NumRecordsToBeSavedWithDuplicates:0|NumDuplicateRecordsFound:0
  1747. 17:12:43.273 (1273905964)|DUPLICATE_DETECTION_RULE_INVOCATION|DuplicateRuleId:0BmF0000000KymK|DuplicateRuleName:Account Rule|DmlType:INSERT
  1748. 17:12:43.273 (1273991346)|DUPLICATE_RULE_FILTER|[Merchant : Dedupe Override equals false]
  1749. AND [Merchant : Merchant Country not equal to Australia, New Zealand]
  1750. 17:12:43.274 (1274015408)|DUPLICATE_RULE_FILTER_VALUE|0
  1751. 17:12:43.274 (1274290514)|DUPLICATE_RULE_FILTER_VALUE|
  1752. 17:12:43.274 (1274298567)|DUPLICATE_RULE_FILTER_RESULT|true
  1753. 17:12:43.299 (1299044447)|DUPLICATE_DETECTION_MATCH_INVOCATION_DETAILS|EntityType:Account|ActionTaken:Block|DuplicateRecordIds:
  1754. 17:12:43.299 (1299069151)|DUPLICATE_DETECTION_MATCH_INVOCATION_SUMMARY|EntityType:Account|NumRecordsToBeSaved:1|NumRecordsToBeSavedWithDuplicates:0|NumDuplicateRecordsFound:0
  1755. 17:12:43.299 (1299382979)|DUPLICATE_DETECTION_RULE_INVOCATION|DuplicateRuleId:0BmF0000000Kyq2|DuplicateRuleName:National Legal Business Name Rule|DmlType:INSERT
  1756. 17:12:43.299 (1299453820)|DUPLICATE_RULE_FILTER|[Merchant : Merchant Record Type equals National]
  1757. 17:12:43.299 (1299487415)|DUPLICATE_RULE_FILTER_VALUE|012F0000000yDBj
  1758. 17:12:43.299 (1299493985)|DUPLICATE_RULE_FILTER_RESULT|false
  1759. 17:12:43.299 (1299501788)|DUPLICATE_DETECTION_END
  1760. 17:12:43.299 (1299559153)|CODE_UNIT_FINISHED|DuplicateDetector
  1761. 17:12:43.438 (1438797657)|ENTERING_MANAGED_PKG|CRMfusionDBR101
  1762. 17:12:43.443 (1443212429)|SOQL_EXECUTE_BEGIN|[936]|Aggregations:3|SELECT id, Name, CRMfusionDBR101__Scenario_Type__c, CRMfusionDBR101__Deployed__c, CRMfusionDBR101__Match_on_Insert_Action__c, CRMfusionDBR101__Match_on_Insert_Result__c, CRMfusionDBR101__Match_on_Update_Action__c, CRMfusionDBR101__Match_on_Update_Result__c, CRMfusionDBR101__Scenario_Number__c, CRMfusionDBR101__Duplicates_Blocked__c, CRMfusionDBR101__Duplicates_Merged__c, CRMfusionDBR101__Bypass_Security__c, CRMfusionDBR101__Allow_Block_Bypass__c, CRMfusionDBR101__Error_Message__c, CRMfusionDBR101__Create_Task__c, OwnerId, CRMfusionDBR101__Hash_Key_Bits__c, CRMfusionDBR101__Disable_Hash_Calculation__c, CRMfusionDBR101__Rebuild_Needed__c, CRMfusionDBR101__Person_Account_Scenario__c, CRMfusionDBR101__Enable_Dual_Filters__c, CRMfusionDBR101__Max_Blocks_Shown__c, CRMfusionDBR101__Block_Related_Matches__c, CRMfusionDBR101__VisualForce_Handler__c, CRMfusionDBR101__Apex_Handler__c, (SELECT CRMfusionDBR101__Match_Field__c, CRMfusionDBR101__Field_Name__c, CRMfusionDBR101__Related_Field_Name__c, CRMfusionDBR101__Scenario__c, CRMfusionDBR101__Field_Display_Value__c, CRMfusionDBR101__Related_Field_Display_Value__c, CRMfusionDBR101__AlphaClean__c, CRMfusionDBR101__English_Fuzzy__c, CRMfusionDBR101__Mapping_Type__c, CRMfusionDBR101__Match_Blank__c, CRMfusionDBR101__Transpose__c, CRMfusionDBR101__First_XX_Letters__c, CRMfusionDBR101__First_XX_Words__c, CRMfusionDBR101__Regex__c FROM Scenario_Rules__r ORDER BY Name ASC NULLS FIRST), (SELECT CRMfusionDBR101__Object__c, CRMfusionDBR101__Field_Name__c, CRMfusionDBR101__Operator__c, CRMfusionDBR101__Data_Type__c, CRMfusionDBR101__Calculated_Value__c, CRMfusionDBR101__Values__c, CRMfusionDBR101__Date_Criteria__c, CRMfusionDBR101__Datetime_Criteria__c, CRMfusionDBR101__Display__c, CRMfusionDBR101__Field_Display_Value__c, CRMfusionDBR101__Not__c FROM Scenario_Filters__r ORDER BY Object__c ASC NULLS FIRST), (SELECT CRMfusionDBR101__Object__c, CRMfusionDBR101__Field_Name__c, CRMfusionDBR101__Operator__c, CRMfusionDBR101__Data_Type__c, CRMfusionDBR101__Calculated_Value__c, CRMfusionDBR101__Values__c, CRMfusionDBR101__Date_Criteria__c, CRMfusionDBR101__Datetime_Criteria__c, CRMfusionDBR101__Display__c, CRMfusionDBR101__Field_Display_Value__c, CRMfusionDBR101__Not__c FROM Scenario_Target_Filters__r ORDER BY Object__c ASC NULLS FIRST) FROM Scenario__c WHERE Scenario_Type__c = :tmpVar1 ORDER BY Scenario_Number__c ASC NULLS FIRST
  1763. 17:12:43.480 (1480044671)|SOQL_EXECUTE_END|[936]|Rows:29
  1764. 17:12:43.614 (1614280241)|ENTERING_MANAGED_PKG|rh2
  1765. 17:12:43.615 (1615660697)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000WJEC|AccountTrigger on Account trigger event AfterInsert for [001F000001adZKq]
  1766. 17:12:43.664 (1664317440)|USER_DEBUG|[91]|DEBUG|All errors:()
  1767. 17:12:43.664 (1664444172)|CUMULATIVE_LIMIT_USAGE
  1768. 17:12:43.664 (1664444172)|LIMIT_USAGE_FOR_NS|(default)|
  1769. Number of SOQL queries: 13 out of 100
  1770. Number of query rows: 154 out of 50000
  1771. Number of SOSL queries: 0 out of 20
  1772. Number of DML statements: 1 out of 150
  1773. Number of DML rows: 1 out of 10000
  1774. Maximum CPU time: 312 out of 10000
  1775. Maximum heap size: 0 out of 6000000
  1776. Number of callouts: 0 out of 100
  1777. Number of Email Invocations: 0 out of 10
  1778. Number of future calls: 1 out of 50
  1779. Number of queueable jobs added to the queue: 0 out of 50
  1780. Number of Mobile Apex push calls: 0 out of 10
  1781.  
  1782. 17:12:43.664 (1664444172)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  1783. Number of SOQL queries: 2 out of 100
  1784. Number of query rows: 162 out of 50000
  1785. Number of SOSL queries: 0 out of 20
  1786. Number of DML statements: 0 out of 150
  1787. Number of DML rows: 0 out of 10000
  1788. Maximum CPU time: 0 out of 10000
  1789. Maximum heap size: 0 out of 6000000
  1790. Number of callouts: 0 out of 100
  1791. Number of Email Invocations: 0 out of 10
  1792. Number of future calls: 0 out of 50
  1793. Number of queueable jobs added to the queue: 0 out of 50
  1794. Number of Mobile Apex push calls: 0 out of 10
  1795.  
  1796. 17:12:43.664 (1664444172)|LIMIT_USAGE_FOR_NS|rh2|
  1797. Number of SOQL queries: 0 out of 100
  1798. Number of query rows: 0 out of 50000
  1799. Number of SOSL queries: 0 out of 20
  1800. Number of DML statements: 0 out of 150
  1801. Number of DML rows: 0 out of 10000
  1802. Maximum CPU time: 0 out of 10000
  1803. Maximum heap size: 0 out of 6000000
  1804. Number of callouts: 0 out of 100
  1805. Number of Email Invocations: 0 out of 10
  1806. Number of future calls: 0 out of 50
  1807. Number of queueable jobs added to the queue: 0 out of 50
  1808. Number of Mobile Apex push calls: 0 out of 10
  1809.  
  1810. 17:12:43.664 (1664444172)|CUMULATIVE_LIMIT_USAGE_END
  1811.  
  1812. 17:12:43.664 (1664591476)|CODE_UNIT_FINISHED|AccountTrigger on Account trigger event AfterInsert for [001F000001adZKq]
  1813. 17:12:43.664 (1664694537)|CODE_UNIT_STARTED|[EXTERNAL]|Workflow:Account
  1814. 17:12:43.679 (1679783751)|WF_RULE_EVAL_BEGIN|Workflow
  1815. 17:12:43.679 (1679828270)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Italy|01QF0000000Tnr1|ON_CREATE_ONLY|0
  1816. 17:12:43.680 (1680259611)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Italy'|Values:Merchant_Country__c=null
  1817. 17:12:43.680 (1680267217)|WF_CRITERIA_END|false
  1818. 17:12:43.680 (1680287182)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Retail|01QF0000000U5V0|ON_CREATE_ONLY|0
  1819. 17:12:43.681 (1681581675)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  1820. OR(
  1821. {!ID:00NF0000008NVH6} = 'United States',
  1822. {!ID:00NF0000008NVH6} = 'Canada'
  1823. ),
  1824. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Retail')
  1825. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  1826. 17:12:43.681 (1681589998)|WF_CRITERIA_END|false
  1827. 17:12:43.681 (1681609309)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Populate "Red Flagged By" after merchant red flag|01QF0000000TsEf|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1828. 17:12:43.681 (1681706646)|WF_RULE_FILTER|[Merchant : Merchant Red Flag equals true]
  1829. 17:12:43.681 (1681722320)|WF_RULE_EVAL_VALUE|0
  1830. 17:12:43.681 (1681726119)|WF_CRITERIA_END|false
  1831. 17:12:43.681 (1681739527)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Red Flagged Merchants|01QF0000000Q197|ON_ALL_CHANGES|0
  1832. 17:12:43.681 (1681782979)|WF_RULE_FILTER|[Merchant : Merchant Red Flag equals true]
  1833. AND [Merchant : Merchant Red Flag Override equals false]
  1834. 17:12:43.681 (1681792885)|WF_RULE_EVAL_VALUE|0
  1835. 17:12:43.681 (1681796159)|WF_CRITERIA_END|false
  1836. 17:12:43.681 (1681808313)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - Current Contract Type|01QF0000000TqS5|ON_ALL_CHANGES|0
  1837. 17:12:43.682 (1682330110)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND
  1838. (
  1839. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  1840.  
  1841. NOT(ISBLANK({!ID:00NF0000008MY50})),
  1842. OR
  1843. (
  1844. {!ID:00NF0000008MY50} >= TODAY(),
  1845. AND(
  1846. {!ID:00NF0000008MY50} < TODAY(),
  1847. NOT(ISPICKVAL({!ID:00NF00000066vZD},'Physical format'))
  1848. )
  1849. )
  1850. )|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Current_Contract_Type__c=null, Latest_Contract_Date_Signed__c=null
  1851. 17:12:43.682 (1682339195)|WF_CRITERIA_END|false
  1852. 17:12:43.682 (1682356894)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK IE populate account and swift from IBAN|01QF0000000TpmS|ON_ALL_CHANGES|0
  1853. 17:12:43.682 (1682393841)|WF_RULE_FILTER|[Merchant : Merchant Country equals Ireland, United Kingdom]
  1854. AND [Merchant : IBAN not equal to ]
  1855. 17:12:43.682 (1682556339)|WF_RULE_EVAL_VALUE|
  1856. 17:12:43.682 (1682560962)|WF_CRITERIA_END|false
  1857. 17:12:43.682 (1682577765)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Set QR if Daily deal|01QF0000000U9HM|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1858. 17:12:43.683 (1683397860)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND( {!ID:$User.Profile} <> '00eF0000000eBPJ', /*API ONLY*/ {!ID:$User.Profile} <> '00eA0000000V4vB', /*System Administrator*/ {!ID:$User.Profile} <> '00eF0000000eDHw', /*Regional Admin*/ ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Otros%3')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Cultura / Espectáculos%6')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Escapadas%8')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Viajes%9')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Producto%13')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Servicios%1547')) )|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Category__c=null, $User.ProfileId=00eF0000000i4Lu
  1859. 17:12:43.683 (1683408912)|WF_CRITERIA_END|false
  1860. 17:12:43.683 (1683427201)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Tin & BLN - Update to Missing|01QF0000000UB5O|ON_ALL_CHANGES|0
  1861. 17:12:43.683 (1683463190)|WF_RULE_FILTER|[Merchant : TIN & BLN Status equals ]
  1862. AND [Merchant : Merchant Country equals United States, Canada]
  1863. 17:12:43.683 (1683475291)|WF_RULE_EVAL_VALUE|
  1864. 17:12:43.683 (1683632983)|WF_RULE_EVAL_VALUE|
  1865. 17:12:43.683 (1683637618)|WF_CRITERIA_END|false
  1866. 17:12:43.683 (1683654111)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|TH OP03 - Update Merchant Type with "Customer"|01QF0000000Tngw|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1867. 17:12:43.683 (1683766278)|WF_RULE_FILTER|[Merchant : Merchant Record Type equals Master, Vendor]
  1868. AND [Merchant : Primary Market Name contains Bangkok, Thailand, Korat & Khon Kaen, Hua Hin & Cha Am, Chiang Mai, Pattaya, Phuket]
  1869. AND [Merchant : Number of Closed Won Opportunities greater than 0.0]
  1870. AND [Merchant : Type not equal to Customer, Do not call]
  1871. 17:12:43.683 (1683787798)|WF_RULE_EVAL_VALUE|012F0000000yDBj
  1872. 17:12:43.684 (1684066046)|WF_RULE_EVAL_VALUE|
  1873. 17:12:43.684 (1684071425)|WF_CRITERIA_END|false
  1874. 17:12:43.684 (1684087833)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|PH OP01 - Assign merchant record type to Vendor|01QF0000000TnuP|ON_ALL_CHANGES|0
  1875. 17:12:43.684 (1684163394)|WF_RULE_FILTER|[User : Country equals Philippines]
  1876. AND [Merchant : Primary Market Name contains Manila, Philippines]
  1877. AND [Merchant : Industry contains Product]
  1878. 17:12:43.684 (1684177956)|WF_RULE_EVAL_VALUE|
  1879. 17:12:43.684 (1684181159)|WF_CRITERIA_END|false
  1880. 17:12:43.684 (1684197828)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|TH OP04 - Update BP Cutoff & Contract ID (Retail Supplier)|01QF0000000TpY1|ON_ALL_CHANGES|0
  1881. 17:12:43.684 (1684831130)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  1882. OR(
  1883. CONTAINS({!ID:00NF0000008MHVA},"Bangkok"),
  1884. CONTAINS({!ID:00NF0000008MHVA},"Thailand"),
  1885. CONTAINS({!ID:00NF0000008MHVA},"Thailand, National"),
  1886. CONTAINS({!ID:00NF0000008MHVA},"Phuket"),
  1887. CONTAINS({!ID:00NF0000008MHVA},"Chiang Mai")
  1888. ),
  1889. OR(
  1890. ISPICKVAL({!ID:Industry},"Product"),
  1891. {!ID:$User.Profile} = "00eF0000000hPFl", /* TH Ensogo - Sales Manager Retail */
  1892. {!ID:$User.Profile} = "00eF0000000hPFg" /* TH Ensogo - Sales Team Retail */
  1893. ),
  1894. OR(
  1895. NOT(ISBLANK({!ID:TextName})),
  1896. ISCHANGED({!ID:TextName})
  1897. )
  1898. )|Values:Industry=Entertainment, Name=Oct12.1, Primary_Market_Name__c=null, $User.ProfileId=00eF0000000i4Lu
  1899. 17:12:43.684 (1684839973)|WF_CRITERIA_END|false
  1900. 17:12:43.684 (1684857581)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Un-hold Merchant|01QF0000000Tpu2|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1901. 17:12:43.684 (1684891667)|WF_RULE_FILTER|[Merchant : Hold Merchant equals true]
  1902. 17:12:43.684 (1684902535)|WF_RULE_EVAL_VALUE|0
  1903. 17:12:43.684 (1684905965)|WF_CRITERIA_END|false
  1904. 17:12:43.684 (1684918936)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Address to Standard Address|01QF0000000Tv9n|ON_ALL_CHANGES|0
  1905. 17:12:43.685 (1685400934)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND
  1906. (
  1907. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'),
  1908. NOT(ISBLANK({!ID:00NF000000CLkd8})),
  1909. NOT(ISBLANK({!ID:00NF000000CLkdD})),
  1910. NOT(ISBLANK({!ID:00NF000000CLoMQ})),
  1911. NOT(ISBLANK({!ID:00NF000000CLoMk})),
  1912. NOT(ISBLANK({!ID:00NF000000CLoN4}))
  1913. )|Values:LB_Address_City__c=null, LB_Address_Postal_Code__c=null, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Address_Province__c=null, LB_Address__c=null, LB_Address_Number__c=null
  1914. 17:12:43.685 (1685410793)|WF_CRITERIA_END|false
  1915. 17:12:43.685 (1685428041)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB_New_Merchant_Status|01QF0000000TnWS|ON_CREATE_ONLY|0
  1916. 17:12:43.685 (1685465854)|WF_RULE_FILTER|[User : Profile starts with LB]
  1917. 17:12:43.685 (1685483843)|WF_RULE_EVAL_VALUE|00eF0000000i4Lu
  1918. 17:12:43.685 (1685487386)|WF_CRITERIA_END|false
  1919. 17:12:43.685 (1685501516)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Entertainment|01QF0000000U5TJ|ON_CREATE_ONLY|0
  1920. 17:12:43.685 (1685864823)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  1921. OR(
  1922. {!ID:00NF0000008NVH6} = 'United States',
  1923. {!ID:00NF0000008NVH6} = 'Canada'
  1924. ),
  1925. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Entertainment')
  1926. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  1927. 17:12:43.685 (1685871473)|WF_CRITERIA_END|false
  1928. 17:12:43.685 (1685888754)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Status - Type: Customer|01QF0000000Tncf|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1929. 17:12:43.686 (1686375769)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'), {!ID:00NF0000008NPQR} = 'Customer')|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, Merchant_Status__c=Prospect
  1930. 17:12:43.686 (1686383421)|WF_CRITERIA_END|false
  1931. 17:12:43.686 (1686401121)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Update OPS on Financial Field Edited|01QF0000000TuTr|ON_ALL_CHANGES|0
  1932. 17:12:43.686 (1686528295)|WF_RULE_FILTER|[Merchant : Primary Market Country equals Philippines] AND
  1933. [User : Username not equal to sopon.s@ensogo.com] AND
  1934. ([User : Profile equals PH Ensogo - Accounting] OR
  1935. [User : Profile equals PH Ensogo - Deal QA] OR
  1936. [User : Profile equals System Administrator])
  1937. 17:12:43.686 (1686684738)|WF_RULE_EVAL_VALUE|
  1938. 17:12:43.686 (1686689580)|WF_CRITERIA_END|false
  1939. 17:12:43.686 (1686705727)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Status - Type: Prospect|01QF0000000Tnck|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1940. 17:12:43.687 (1687017762)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'), {!ID:00NF0000008NPQR} = 'Prospect')|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, Merchant_Status__c=Prospect
  1941. 17:12:43.687 (1687025187)|WF_CRITERIA_END|false
  1942. 17:12:43.687 (1687042340)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|AUS - Protect Premier Merchants|01QF0000000Tohv|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1943. 17:12:43.687 (1687112541)|WF_RULE_FILTER|[Merchant : Merchant Country equals Australia, New Zealand] and ([Merchant : Rerun Status equals Premier Merchant] or [Merchant : Protected By User not equal to ])
  1944. 17:12:43.687 (1687284791)|WF_RULE_EVAL_VALUE|
  1945. 17:12:43.687 (1687289613)|WF_CRITERIA_END|false
  1946. 17:12:43.687 (1687305999)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - Latest MSA Signature Date|01QF0000000TpkW|ON_ALL_CHANGES|0
  1947. 17:12:43.687 (1687693825)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  1948. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  1949. OR(NOT(ISBLANK({!ID:00NF0000008MY50})),
  1950. ISCHANGED( {!ID:00NF0000008MY50} )),
  1951. OR({!ID:00NF0000008N2RQ}!={!ID:00NF0000008MY50},ISBLANK({!ID:00NF0000008N2RQ}))
  1952. )|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, Latest_MSA_Signature_Date__c=null, Latest_Contract_Date_Signed__c=null
  1953. 17:12:43.687 (1687701193)|WF_CRITERIA_END|false
  1954. 17:12:43.687 (1687717842)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Update Primary POC|01QF0000000Tx25|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1955. 17:12:43.687 (1687750819)|WF_RULE_FILTER|[Merchant : Primary POC Record2 equals true]
  1956. 17:12:43.687 (1687920597)|WF_RULE_EVAL_VALUE|0
  1957. 17:12:43.687 (1687925606)|WF_CRITERIA_END|false
  1958. 17:12:43.687 (1687941603)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Update Top20%|01QF0000000U4N5|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1959. 17:12:43.687 (1687967382)|WF_RULE_FILTER|[Merchant : Merchant Offer Status equals Top 20% - OSS Only]
  1960. 17:12:43.691 (1691156775)|WF_RULE_EVAL_VALUE|New Business
  1961. 17:12:43.691 (1691164727)|WF_CRITERIA_END|false
  1962. 17:12:43.691 (1691184511)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Only Allow Merchant Type 'Strategic' for 30 days|01QF0000000Trfu|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1963. 17:12:43.691 (1691224567)|WF_RULE_FILTER|[Merchant : Merchant Country equals United Kingdom, Ireland]
  1964. AND [Merchant : Merchant Type equals Strategic]
  1965. 17:12:43.691 (1691394611)|WF_RULE_EVAL_VALUE|
  1966. 17:12:43.691 (1691399989)|WF_CRITERIA_END|false
  1967. 17:12:43.691 (1691416165)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Agency RecordType Flip|01QF0000000TnWI|ON_CREATE_OR_TRIGGERING_UPDATE|0
  1968. 17:12:43.691 (1691453157)|WF_RULE_FILTER|[Merchant : Merchant Type equals Agency]
  1969. AND [Merchant : Merchant Record Type not equal to Agency]
  1970. 17:12:43.691 (1691472209)|WF_RULE_EVAL_VALUE|1
  1971. 17:12:43.691 (1691475837)|WF_CRITERIA_END|false
  1972. 17:12:43.691 (1691489266)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Billing Address Update|01QF0000000PxoV|ON_ALL_CHANGES|0
  1973. 17:12:43.691 (1691510178)|WF_RULE_FILTER|[Merchant : 1. Billing Country not equal to ]
  1974. 17:12:43.691 (1691519530)|WF_RULE_EVAL_VALUE|
  1975. 17:12:43.691 (1691523951)|WF_CRITERIA_END|false
  1976. 17:12:43.691 (1691535891)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Active Update|01QF0000000Tnjq|ON_ALL_CHANGES|0
  1977. 17:12:43.692 (1692105041)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  1978. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  1979. (TODAY() - {!ID:00NF0000008NimX} ) < 91,
  1980. ISPICKVAL( {!ID:Type} , 'Customer'),
  1981. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Restricted')),
  1982. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'ExClient'))
  1983. )|Values:Type=Prospect, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Status__c=New, Latest_Closed_Won_Date__c=null
  1984. 17:12:43.692 (1692113424)|WF_CRITERIA_END|false
  1985. 17:12:43.692 (1692130706)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Merchant AvgGrossRev Update|01QF0000000U6s0|ON_ALL_CHANGES|0
  1986. 17:12:43.692 (1692207860)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerUK]
  1987. AND [Merchant : Average Gross Revenue equals ]
  1988. AND [Merchant : Avg. Gross Revenue (UK) greater than USD 0]
  1989. 17:12:43.692 (1692234922)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  1990. 17:12:43.692 (1692238827)|WF_CRITERIA_END|false
  1991. 17:12:43.692 (1692257386)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|SWIFT - Code is 9 characters|01QF0000000U4dm|ON_ALL_CHANGES|0
  1992. 17:12:43.692 (1692386991)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]LEN({!ID:00NF00000063dkl}) = 9|Values:SWIFT__c=null
  1993. 17:12:43.692 (1692392743)|WF_CRITERIA_END|false
  1994. 17:12:43.692 (1692408798)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|18 Character Update - Merchant|01QF0000000PzHd|ON_ALL_CHANGES|0
  1995. 17:12:43.692 (1692434195)|WF_RULE_FILTER|[Merchant : 18 Character ID not equal to 1]
  1996. 17:12:43.692 (1692444799)|WF_RULE_EVAL_VALUE|
  1997. 17:12:43.692 (1692448505)|WF_CRITERIA_END|true
  1998. 17:12:43.694 (1694012374)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Premium Merchant Opt-In|01QF0000000Tpiz|ON_ALL_CHANGES|0
  1999. 17:12:43.694 (1694060338)|WF_RULE_FILTER|[Merchant : Routing Opt-Out equals true]
  2000. AND [Merchant : Opportunity Status equals Premium]
  2001. 17:12:43.694 (1694072296)|WF_RULE_EVAL_VALUE|0
  2002. 17:12:43.694 (1694075719)|WF_CRITERIA_END|false
  2003. 17:12:43.694 (1694088508)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Red Flag Reason - Do Not Contact|01QF0000000TxbK|ON_CREATE_OR_TRIGGERING_UPDATE|0
  2004. 17:12:43.694 (1694120328)|WF_RULE_FILTER|[Merchant : Latest Closed Lost Reason equals Do Not Contact]
  2005. AND [Merchant : Merchant Country not equal to Australia, New Zealand]
  2006. 17:12:43.694 (1694130688)|WF_RULE_EVAL_VALUE|
  2007. 17:12:43.694 (1694133753)|WF_CRITERIA_END|false
  2008. 17:12:43.694 (1694145634)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|SWIFT - Code is 10 characters|01QF0000000U4dr|ON_ALL_CHANGES|0
  2009. 17:12:43.694 (1694270611)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]LEN({!ID:00NF00000063dkl}) = 10|Values:SWIFT__c=null
  2010. 17:12:43.694 (1694276131)|WF_CRITERIA_END|false
  2011. 17:12:43.694 (1694292162)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry -Fitness/Active|01QF0000000U5Ve|ON_CREATE_ONLY|0
  2012. 17:12:43.694 (1694673919)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2013. OR(
  2014. {!ID:00NF0000008NVH6} = 'United States',
  2015. {!ID:00NF0000008NVH6} = 'Canada'
  2016. ),
  2017. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Fitness/Active')
  2018. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2019. 17:12:43.694 (1694680753)|WF_CRITERIA_END|false
  2020. 17:12:43.694 (1694697409)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE Populate VAT Registration Number|01QF0000000UCrx|ON_ALL_CHANGES|0
  2021. 17:12:43.694 (1694746111)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerUK]
  2022. AND [Merchant : VAT Number ONLY not equal to ]
  2023. AND [Merchant : Merchant Red Flag equals false]
  2024. 17:12:43.694 (1694767479)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2025. 17:12:43.694 (1694771510)|WF_CRITERIA_END|false
  2026. 17:12:43.694 (1694784764)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Forgotten Update|01QF0000000Tnjb|ON_ALL_CHANGES|0
  2027. 17:12:43.695 (1695555995)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2028. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2029. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Interested')),
  2030. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Target')),
  2031. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Restricted')),
  2032. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'ExClient')),
  2033. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Closed')),
  2034.  
  2035. OR(
  2036. AND(ISPICKVAL( {!ID:Type} , 'Prospect'),(TODAY() - DATEVALUE( {!ID:CreatedDate} ) ) > 90),
  2037. AND(ISPICKVAL( {!ID:Type} , 'Customer'),(TODAY() - DATEVALUE({!ID:00NF000000646V6})) > 90)
  2038. ))|Values:Type=Prospect, Last_Activity_Date_on_Open_Opps__c=null, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, CreatedDate=2015-10-19 21:12:43, LB_Status__c=New
  2039. 17:12:43.695 (1695565980)|WF_CRITERIA_END|false
  2040. 17:12:43.695 (1695584146)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UKIE_VAT_Status301F0000000CohP|01QF0000000UE5W|ON_RECURSIVE_UPDATE|0
  2041. 17:12:43.695 (1695634156)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]true|Values:
  2042. 17:12:43.695 (1695638816)|WF_CRITERIA_END|true
  2043. 17:12:43.695 (1695661040)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Red Flag Override|01QF0000000Twka|ON_ALL_CHANGES|0
  2044. 17:12:43.695 (1695694255)|WF_RULE_FILTER|[Merchant : Merchant Red Flag Override equals true]
  2045. 17:12:43.695 (1695705582)|WF_RULE_EVAL_VALUE|0
  2046. 17:12:43.695 (1695708916)|WF_CRITERIA_END|false
  2047. 17:12:43.695 (1695721330)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Can French Contract Language|01QF0000000ToT0|ON_CREATE_ONLY|0
  2048. 17:12:43.695 (1695890037)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Canada'|Values:Merchant_Country__c=null
  2049. 17:12:43.695 (1695895676)|WF_CRITERIA_END|false
  2050. 17:12:43.695 (1695912003)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Argentina|01QF0000000TnvS|ON_CREATE_ONLY|0
  2051. 17:12:43.696 (1696075018)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Argentina'|Values:Merchant_Country__c=null
  2052. 17:12:43.696 (1696081318)|WF_CRITERIA_END|false
  2053. 17:12:43.696 (1696097657)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Protected By|01QF0000000PyxE|ON_ALL_CHANGES|0
  2054. 17:12:43.696 (1696271608)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2055.  
  2056. ISCHANGED( {!ID:00NA0000007gxLY} ) ,
  2057.  
  2058. {!ID:00NA0000007gxLY} = FALSE)|Values:Protected_Record__c=0
  2059. 17:12:43.696 (1696277666)|WF_CRITERIA_END|false
  2060. 17:12:43.696 (1696293944)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|TH OP01 - Assign merchant record type to Vendor|01QF0000000TnZ7|ON_ALL_CHANGES|0
  2061. 17:12:43.696 (1696370483)|WF_RULE_FILTER|[User : Country equals Thailand]
  2062. AND [Merchant : Primary Market Name contains Bangkok, Thailand]
  2063. AND [Merchant : Industry contains Product]
  2064. 17:12:43.696 (1696385926)|WF_RULE_EVAL_VALUE|
  2065. 17:12:43.696 (1696389527)|WF_CRITERIA_END|false
  2066. 17:12:43.696 (1696402087)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Chile|01QF0000000TnvX|ON_CREATE_ONLY|0
  2067. 17:12:43.696 (1696575199)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Chile'|Values:Merchant_Country__c=null
  2068. 17:12:43.696 (1696580736)|WF_CRITERIA_END|false
  2069. 17:12:43.696 (1696597335)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Portugal|01QF0000000Tnqr|ON_CREATE_ONLY|0
  2070. 17:12:43.696 (1696759415)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Portugal'|Values:Merchant_Country__c=null
  2071. 17:12:43.696 (1696764837)|WF_CRITERIA_END|false
  2072. 17:12:43.696 (1696780996)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Beauty/Health|01QF0000000U5VP|ON_CREATE_ONLY|0
  2073. 17:12:43.697 (1697139494)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2074. OR(
  2075. {!ID:00NF0000008NVH6} = 'United States',
  2076. {!ID:00NF0000008NVH6} = 'Canada'
  2077. ),
  2078. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Beauty/Health')
  2079. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2080. 17:12:43.697 (1697147061)|WF_CRITERIA_END|false
  2081. 17:12:43.697 (1697163903)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Merchant Red Flag - MP Rejected|01QF0000000Tqsw|ON_CREATE_OR_TRIGGERING_UPDATE|0
  2082. 17:12:43.697 (1697190378)|WF_RULE_FILTER|[Merchant : Stage of Latest Opportunity Closed equals Rejected]
  2083. 17:12:43.697 (1697201169)|WF_RULE_EVAL_VALUE|
  2084. 17:12:43.697 (1697204404)|WF_CRITERIA_END|false
  2085. 17:12:43.697 (1697216567)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Spain|01QF0000000Tnqw|ON_CREATE_ONLY|0
  2086. 17:12:43.697 (1697382827)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Spain'|Values:Merchant_Country__c=null
  2087. 17:12:43.697 (1697388305)|WF_CRITERIA_END|false
  2088. 17:12:43.697 (1697404582)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant New Update|01QF0000000Tnk0|ON_ALL_CHANGES|0
  2089. 17:12:43.697 (1697872398)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2090. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2091. ISPICKVAL( {!ID:Type} , 'Prospect'),
  2092. (TODAY() - DATEVALUE({!ID:CreatedDate}) ) < 91,
  2093. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Interested')),
  2094. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Target'))
  2095. )|Values:Type=Prospect, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, CreatedDate=2015-10-19 21:12:43, LB_Status__c=New
  2096. 17:12:43.697 (1697880217)|WF_CRITERIA_END|false
  2097. 17:12:43.697 (1697897301)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Merchant Un-Red Flagged Notification|01QF0000000U565|ON_CREATE_OR_TRIGGERING_UPDATE|0
  2098. 17:12:43.697 (1697941783)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerUK]
  2099. AND [Merchant : Merchant Red Flag Override equals true]
  2100. 17:12:43.697 (1697963660)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2101. 17:12:43.697 (1697967425)|WF_CRITERIA_END|false
  2102. 17:12:43.697 (1697980666)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Full-Service Restaurant|01QF0000000U5VU|ON_CREATE_ONLY|0
  2103. 17:12:43.698 (1698348542)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2104. OR(
  2105. {!ID:00NF0000008NVH6} = 'United States',
  2106. {!ID:00NF0000008NVH6} = 'Canada'
  2107. ),
  2108. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Full-Service Restaurant')
  2109. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2110. 17:12:43.698 (1698358486)|WF_CRITERIA_END|false
  2111. 17:12:43.698 (1698375667)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry -QSR/Fast Casual|01QF0000000U5VZ|ON_CREATE_ONLY|0
  2112. 17:12:43.698 (1698731155)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2113. OR(
  2114. {!ID:00NF0000008NVH6} = 'United States',
  2115. {!ID:00NF0000008NVH6} = 'Canada'
  2116. ),
  2117. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'QSR/Fast Casual')
  2118. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2119. 17:12:43.698 (1698737803)|WF_CRITERIA_END|false
  2120. 17:12:43.698 (1698754850)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdatePrimaryChannel|01QF0000000U86w|ON_CREATE_OR_TRIGGERING_UPDATE|0
  2121. 17:12:43.698 (1698783561)|WF_RULE_FILTER|[Merchant : Industry equals Travel, Escapes, EscapesAM]
  2122. 17:12:43.698 (1698806354)|WF_RULE_EVAL_VALUE|Entertainment
  2123. 17:12:43.698 (1698810033)|WF_CRITERIA_END|false
  2124. 17:12:43.698 (1698823074)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Account - Update Merchant Notes PRUL|01QF0000000Tysq|ON_ALL_CHANGES|0
  2125. 17:12:43.698 (1698849415)|WF_RULE_FILTER|[Merchant : Merchant Name not equal to ]
  2126. 17:12:43.698 (1698859728)|WF_RULE_EVAL_VALUE|Oct12.1
  2127. 17:12:43.698 (1698863054)|WF_CRITERIA_END|true
  2128. 17:12:43.698 (1698878762)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|SWIFT - Code is 8 characters|01QF0000000U4dh|ON_ALL_CHANGES|0
  2129. 17:12:43.698 (1698990176)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]LEN({!ID:00NF00000063dkl}) = 8|Values:SWIFT__c=null
  2130. 17:12:43.698 (1698995497)|WF_CRITERIA_END|false
  2131. 17:12:43.699 (1699011646)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|AUS - Update Merchant Team Lead Email|01QF0000000Toi0|ON_ALL_CHANGES|0
  2132. 17:12:43.699 (1699037513)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerAU]
  2133. 17:12:43.699 (1699058607)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2134. 17:12:43.699 (1699062249)|WF_CRITERIA_END|false
  2135. 17:12:43.699 (1699074878)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Escapes|01QF0000000U5VF|ON_CREATE_ONLY|0
  2136. 17:12:43.701 (1701454898)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2137. OR(
  2138. {!ID:00NF0000008NVH6} = 'United States',
  2139. {!ID:00NF0000008NVH6} = 'Canada'
  2140. ),
  2141. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Escapes')
  2142. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2143. 17:12:43.701 (1701463579)|WF_CRITERIA_END|false
  2144. 17:12:43.701 (1701482183)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|AUS - Red Flag Merchant Notification|01QF0000000ToZm|ON_ALL_CHANGES|0
  2145. 17:12:43.701 (1701763449)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2146. OR({!ID:00NF0000008NVH6} = 'Australia', {!ID:00NF0000008NVH6} = 'New Zealand'),
  2147. ISCHANGED({!ID:00NF0000008N4ss}),
  2148. {!ID:00NF0000008N4ss} = TRUE
  2149. )|Values:Merchant_Country__c=null, Merchant_Red_Flag__c=0
  2150. 17:12:43.701 (1701769992)|WF_CRITERIA_END|false
  2151. 17:12:43.701 (1701786738)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Services|01QF0000000U5VK|ON_CREATE_ONLY|0
  2152. 17:12:43.702 (1702137753)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2153. OR(
  2154. {!ID:00NF0000008NVH6} = 'United States',
  2155. {!ID:00NF0000008NVH6} = 'Canada'
  2156. ),
  2157. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Services')
  2158. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2159. 17:12:43.702 (1702145261)|WF_CRITERIA_END|false
  2160. 17:12:43.702 (1702179636)|WF_SPOOL_ACTION_BEGIN|Workflow
  2161. 17:12:43.702 (1702564840)|WF_FIELD_UPDATE|[Merchant: Oct12.1 001F000001adZKq]|Field:Merchant: 18 Character ID|Value:001F000001adZKqIAM|Id=04YF0000000LobZ|CurrentRule:18 Character Update - Merchant (Id=01QF0000000PzHd)
  2162. 17:12:43.702 (1702647068)|WF_FIELD_UPDATE|[Merchant: Oct12.1 001F000001adZKq]|Field:Merchant: Merchant Notes|Value:https://na10.salesforce.com/ui/content/ViewAllNotesPage?id=001F000001adZKq&retURL=%2F001F000001adZKq|Id=04YF0000000Pf8x|CurrentRule:Account - Update Merchant Notes PRUL (Id=01QF0000000Tysq)
  2163. 17:12:43.702 (1702689694)|WF_ACTION| Field Update: 2; Flow Trigger: 1;
  2164. 17:12:43.702 (1702694087)|WF_RULE_EVAL_END
  2165. 17:12:43.703 (1703589556)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000tsFN|updateOwner on Account trigger event BeforeUpdate for [001F000001adZKq]
  2166. 17:12:43.703 (1703951847)|CUMULATIVE_LIMIT_USAGE
  2167. 17:12:43.703 (1703951847)|LIMIT_USAGE_FOR_NS|(default)|
  2168. Number of SOQL queries: 13 out of 100
  2169. Number of query rows: 154 out of 50000
  2170. Number of SOSL queries: 0 out of 20
  2171. Number of DML statements: 1 out of 150
  2172. Number of DML rows: 1 out of 10000
  2173. Maximum CPU time: 312 out of 10000
  2174. Maximum heap size: 0 out of 6000000
  2175. Number of callouts: 0 out of 100
  2176. Number of Email Invocations: 0 out of 10
  2177. Number of future calls: 1 out of 50
  2178. Number of queueable jobs added to the queue: 0 out of 50
  2179. Number of Mobile Apex push calls: 0 out of 10
  2180.  
  2181. 17:12:43.703 (1703951847)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2182. Number of SOQL queries: 2 out of 100
  2183. Number of query rows: 162 out of 50000
  2184. Number of SOSL queries: 0 out of 20
  2185. Number of DML statements: 0 out of 150
  2186. Number of DML rows: 0 out of 10000
  2187. Maximum CPU time: 0 out of 10000
  2188. Maximum heap size: 0 out of 6000000
  2189. Number of callouts: 0 out of 100
  2190. Number of Email Invocations: 0 out of 10
  2191. Number of future calls: 0 out of 50
  2192. Number of queueable jobs added to the queue: 0 out of 50
  2193. Number of Mobile Apex push calls: 0 out of 10
  2194.  
  2195. 17:12:43.703 (1703951847)|LIMIT_USAGE_FOR_NS|rh2|
  2196. Number of SOQL queries: 0 out of 100
  2197. Number of query rows: 0 out of 50000
  2198. Number of SOSL queries: 0 out of 20
  2199. Number of DML statements: 0 out of 150
  2200. Number of DML rows: 0 out of 10000
  2201. Maximum CPU time: 0 out of 10000
  2202. Maximum heap size: 0 out of 6000000
  2203. Number of callouts: 0 out of 100
  2204. Number of Email Invocations: 0 out of 10
  2205. Number of future calls: 0 out of 50
  2206. Number of queueable jobs added to the queue: 0 out of 50
  2207. Number of Mobile Apex push calls: 0 out of 10
  2208.  
  2209. 17:12:43.703 (1703951847)|CUMULATIVE_LIMIT_USAGE_END
  2210.  
  2211. 17:12:43.704 (1704137093)|CODE_UNIT_FINISHED|updateOwner on Account trigger event BeforeUpdate for [001F000001adZKq]
  2212. 17:12:43.704 (1704182348)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000VS85|AccountUpsertAdminZip on Account trigger event BeforeUpdate for [001F000001adZKq]
  2213. 17:12:43.704 (1704914541)|USER_DEBUG|[11]|ERROR|triggerName:AccountUpsertSetAdminZip and counter:2
  2214. 17:12:43.705 (1705620411)|USER_DEBUG|[20]|DEBUG|Did this one change? Name: Oct12.1 Country: United States
  2215. 17:12:43.705 (1705712722)|CUMULATIVE_LIMIT_USAGE
  2216. 17:12:43.705 (1705712722)|LIMIT_USAGE_FOR_NS|(default)|
  2217. Number of SOQL queries: 13 out of 100
  2218. Number of query rows: 154 out of 50000
  2219. Number of SOSL queries: 0 out of 20
  2220. Number of DML statements: 1 out of 150
  2221. Number of DML rows: 1 out of 10000
  2222. Maximum CPU time: 312 out of 10000
  2223. Maximum heap size: 0 out of 6000000
  2224. Number of callouts: 0 out of 100
  2225. Number of Email Invocations: 0 out of 10
  2226. Number of future calls: 1 out of 50
  2227. Number of queueable jobs added to the queue: 0 out of 50
  2228. Number of Mobile Apex push calls: 0 out of 10
  2229.  
  2230. 17:12:43.705 (1705712722)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2231. Number of SOQL queries: 2 out of 100
  2232. Number of query rows: 162 out of 50000
  2233. Number of SOSL queries: 0 out of 20
  2234. Number of DML statements: 0 out of 150
  2235. Number of DML rows: 0 out of 10000
  2236. Maximum CPU time: 0 out of 10000
  2237. Maximum heap size: 0 out of 6000000
  2238. Number of callouts: 0 out of 100
  2239. Number of Email Invocations: 0 out of 10
  2240. Number of future calls: 0 out of 50
  2241. Number of queueable jobs added to the queue: 0 out of 50
  2242. Number of Mobile Apex push calls: 0 out of 10
  2243.  
  2244. 17:12:43.705 (1705712722)|LIMIT_USAGE_FOR_NS|rh2|
  2245. Number of SOQL queries: 0 out of 100
  2246. Number of query rows: 0 out of 50000
  2247. Number of SOSL queries: 0 out of 20
  2248. Number of DML statements: 0 out of 150
  2249. Number of DML rows: 0 out of 10000
  2250. Maximum CPU time: 0 out of 10000
  2251. Maximum heap size: 0 out of 6000000
  2252. Number of callouts: 0 out of 100
  2253. Number of Email Invocations: 0 out of 10
  2254. Number of future calls: 0 out of 50
  2255. Number of queueable jobs added to the queue: 0 out of 50
  2256. Number of Mobile Apex push calls: 0 out of 10
  2257.  
  2258. 17:12:43.705 (1705712722)|CUMULATIVE_LIMIT_USAGE_END
  2259.  
  2260. 17:12:43.705 (1705844401)|CODE_UNIT_FINISHED|AccountUpsertAdminZip on Account trigger event BeforeUpdate for [001F000001adZKq]
  2261. 17:12:43.705 (1705888776)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000WJEC|AccountTrigger on Account trigger event BeforeUpdate for [001F000001adZKq]
  2262. 17:12:43.706 (1706488380)|USER_DEBUG|[91]|DEBUG|All errors:()
  2263. 17:12:43.706 (1706568911)|CUMULATIVE_LIMIT_USAGE
  2264. 17:12:43.706 (1706568911)|LIMIT_USAGE_FOR_NS|(default)|
  2265. Number of SOQL queries: 13 out of 100
  2266. Number of query rows: 154 out of 50000
  2267. Number of SOSL queries: 0 out of 20
  2268. Number of DML statements: 1 out of 150
  2269. Number of DML rows: 1 out of 10000
  2270. Maximum CPU time: 312 out of 10000
  2271. Maximum heap size: 0 out of 6000000
  2272. Number of callouts: 0 out of 100
  2273. Number of Email Invocations: 0 out of 10
  2274. Number of future calls: 1 out of 50
  2275. Number of queueable jobs added to the queue: 0 out of 50
  2276. Number of Mobile Apex push calls: 0 out of 10
  2277.  
  2278. 17:12:43.706 (1706568911)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2279. Number of SOQL queries: 2 out of 100
  2280. Number of query rows: 162 out of 50000
  2281. Number of SOSL queries: 0 out of 20
  2282. Number of DML statements: 0 out of 150
  2283. Number of DML rows: 0 out of 10000
  2284. Maximum CPU time: 0 out of 10000
  2285. Maximum heap size: 0 out of 6000000
  2286. Number of callouts: 0 out of 100
  2287. Number of Email Invocations: 0 out of 10
  2288. Number of future calls: 0 out of 50
  2289. Number of queueable jobs added to the queue: 0 out of 50
  2290. Number of Mobile Apex push calls: 0 out of 10
  2291.  
  2292. 17:12:43.706 (1706568911)|LIMIT_USAGE_FOR_NS|rh2|
  2293. Number of SOQL queries: 0 out of 100
  2294. Number of query rows: 0 out of 50000
  2295. Number of SOSL queries: 0 out of 20
  2296. Number of DML statements: 0 out of 150
  2297. Number of DML rows: 0 out of 10000
  2298. Maximum CPU time: 0 out of 10000
  2299. Maximum heap size: 0 out of 6000000
  2300. Number of callouts: 0 out of 100
  2301. Number of Email Invocations: 0 out of 10
  2302. Number of future calls: 0 out of 50
  2303. Number of queueable jobs added to the queue: 0 out of 50
  2304. Number of Mobile Apex push calls: 0 out of 10
  2305.  
  2306. 17:12:43.706 (1706568911)|CUMULATIVE_LIMIT_USAGE_END
  2307.  
  2308. 17:12:43.706 (1706666313)|CODE_UNIT_FINISHED|AccountTrigger on Account trigger event BeforeUpdate for [001F000001adZKq]
  2309. 17:12:43.710 (1710531106)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000VSJ3|LimitProtectedAccount on Account trigger event BeforeUpdate for [001F000001adZKq]
  2310. 17:12:43.714 (1714747278)|SOQL_EXECUTE_BEGIN|[10]|Aggregations:0|SELECT id, ProfileId, Country__c, profile.name FROM User WHERE Id = :tmpVar1
  2311. 17:12:43.721 (1721030414)|SOQL_EXECUTE_END|[10]|Rows:1
  2312. 17:12:43.722 (1722871316)|SOQL_EXECUTE_BEGIN|[15]|Aggregations:0|SELECT limit__c, x18_Digit_Profile_Id__c, country_Name__c FROM Protected_Profile__c
  2313. 17:12:43.740 (1740111009)|SOQL_EXECUTE_END|[15]|Rows:50
  2314. 17:12:43.747 (1747708633)|USER_DEBUG|[18]|DEBUG|ppMap:{00eA0000000MgCMIA0=Protected_Profile__c:{Limit__c=20, X18_Digit_Profile_ID__c=00eA0000000MgCMIA0, Country_Name__c=United States, Id=a0NF0000002rVHJMA2}, 00eA0000000MtpFIAS=Protected_Profile__c:{Limit__c=0, X18_Digit_Profile_ID__c=00eA0000000MtpFIAS, Country_Name__c=United States, Id=a0NF0000002rVHOMA2}, 00eA0000000dtsgIAA=Protected_Profile__c:{Limit__c=20, X18_Digit_Profile_ID__c=00eA0000000dtsgIAA, Country_Name__c=United States, Id=a0NF0000002rVHGMA2}, 00eF0000000eB9kIAE=Protected_Profile__c:{Limit__c=0, X18_Digit_Profile_ID__c=00eF0000000eB9kIAE, Country_Name__c=United States, Id=a0NF0000002rVHKMA2}, 00eF0000000eBRKIA2=Protected_Profile__c:{Limit__c=40, X18_Digit_Profile_ID__c=00eF0000000eBRKIA2, Country_Name__c=United States, Id=a0NF0000002rVHLMA2}, 00eF0000000eFkHIAU=Protected_Profile__c:{Limit__c=40, X18_Digit_Profile_ID__c=00eF0000000eFkHIAU, Country_Name__c=United States, Id=a0NF0000002rVHMMA2}, 00eF0000000eG5GIAU=Protected_Profile__c:{Limit__c=20, X18_Digit_Profile_ID__c=00eF0000000eG5GIAU, Country_Name__c=United States, Id=a0NF0000002rVHNMA2}, 00eF0000000eGQ5IAM=Protected_Profile__c:{Limit__c=10, X18_Digit_Profile_ID__c=00eF0000000eGQ5IAM, Country_Name__c=United Kingdom, Id=a0NF0000002rgByMAI}, 00eF0000000hODPIA2=Protected_Profile__c:{Limit__c=20, X18_Digit_Profile_ID__c=00eF0000000hODPIA2, Country_Name__c=New Zealand, Id=a0NF0000002rVH3MAM}, 00eF0000000hODUIA2=Protected_Profile__c:{Limit__c=0, X18_Digit_Profile_ID__c=00eF0000000hODUIA2, Country_Name__c=New Zealand, Id=a0NF0000002rVH4MAM}, ...}
  2315. 17:12:43.748 (1748291728)|SOQL_EXECUTE_BEGIN|[25]|Aggregations:0|SELECT id FROM Account
  2316. 17:12:43.752 (1752672570)|SOQL_EXECUTE_END|[25]|Rows:0
  2317. 17:12:43.753 (1753429200)|USER_DEBUG|[42]|DEBUG|changedAccts:()
  2318. 17:12:43.753 (1753763265)|USER_DEBUG|[64]|DEBUG|merchantMap:{}
  2319. 17:12:43.754 (1754210481)|SOQL_EXECUTE_BEGIN|[70]|Aggregations:0|SELECT ProfileId FROM User
  2320. 17:12:43.756 (1756832326)|SOQL_EXECUTE_END|[70]|Rows:0
  2321. 17:12:43.759 (1759174415)|USER_DEBUG|[86]|DEBUG|no protected limit found
  2322. 17:12:43.759 (1759356817)|USER_DEBUG|[91]|DEBUG|profileLimit:99999
  2323. 17:12:43.759 (1759461639)|CUMULATIVE_LIMIT_USAGE
  2324. 17:12:43.759 (1759461639)|LIMIT_USAGE_FOR_NS|(default)|
  2325. Number of SOQL queries: 17 out of 100
  2326. Number of query rows: 205 out of 50000
  2327. Number of SOSL queries: 0 out of 20
  2328. Number of DML statements: 1 out of 150
  2329. Number of DML rows: 1 out of 10000
  2330. Maximum CPU time: 418 out of 10000
  2331. Maximum heap size: 0 out of 6000000
  2332. Number of callouts: 0 out of 100
  2333. Number of Email Invocations: 0 out of 10
  2334. Number of future calls: 1 out of 50
  2335. Number of queueable jobs added to the queue: 0 out of 50
  2336. Number of Mobile Apex push calls: 0 out of 10
  2337.  
  2338. 17:12:43.759 (1759461639)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2339. Number of SOQL queries: 2 out of 100
  2340. Number of query rows: 162 out of 50000
  2341. Number of SOSL queries: 0 out of 20
  2342. Number of DML statements: 0 out of 150
  2343. Number of DML rows: 0 out of 10000
  2344. Maximum CPU time: 0 out of 10000
  2345. Maximum heap size: 0 out of 6000000
  2346. Number of callouts: 0 out of 100
  2347. Number of Email Invocations: 0 out of 10
  2348. Number of future calls: 0 out of 50
  2349. Number of queueable jobs added to the queue: 0 out of 50
  2350. Number of Mobile Apex push calls: 0 out of 10
  2351.  
  2352. 17:12:43.759 (1759461639)|LIMIT_USAGE_FOR_NS|rh2|
  2353. Number of SOQL queries: 0 out of 100
  2354. Number of query rows: 0 out of 50000
  2355. Number of SOSL queries: 0 out of 20
  2356. Number of DML statements: 0 out of 150
  2357. Number of DML rows: 0 out of 10000
  2358. Maximum CPU time: 0 out of 10000
  2359. Maximum heap size: 0 out of 6000000
  2360. Number of callouts: 0 out of 100
  2361. Number of Email Invocations: 0 out of 10
  2362. Number of future calls: 0 out of 50
  2363. Number of queueable jobs added to the queue: 0 out of 50
  2364. Number of Mobile Apex push calls: 0 out of 10
  2365.  
  2366. 17:12:43.759 (1759461639)|CUMULATIVE_LIMIT_USAGE_END
  2367.  
  2368. 17:12:43.759 (1759612816)|CODE_UNIT_FINISHED|LimitProtectedAccount on Account trigger event BeforeUpdate for [001F000001adZKq]
  2369. 17:12:43.759 (1759675811)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000VWk4|LBAccountValidations on Account trigger event BeforeUpdate for [001F000001adZKq]
  2370. 17:12:43.760 (1760089073)|USER_DEBUG|[11]|ERROR|triggerName:LBAccountValidations and counter:2
  2371. 17:12:43.760 (1760118397)|CUMULATIVE_LIMIT_USAGE
  2372. 17:12:43.760 (1760118397)|LIMIT_USAGE_FOR_NS|(default)|
  2373. Number of SOQL queries: 17 out of 100
  2374. Number of query rows: 205 out of 50000
  2375. Number of SOSL queries: 0 out of 20
  2376. Number of DML statements: 1 out of 150
  2377. Number of DML rows: 1 out of 10000
  2378. Maximum CPU time: 418 out of 10000
  2379. Maximum heap size: 0 out of 6000000
  2380. Number of callouts: 0 out of 100
  2381. Number of Email Invocations: 0 out of 10
  2382. Number of future calls: 1 out of 50
  2383. Number of queueable jobs added to the queue: 0 out of 50
  2384. Number of Mobile Apex push calls: 0 out of 10
  2385.  
  2386. 17:12:43.760 (1760118397)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2387. Number of SOQL queries: 2 out of 100
  2388. Number of query rows: 162 out of 50000
  2389. Number of SOSL queries: 0 out of 20
  2390. Number of DML statements: 0 out of 150
  2391. Number of DML rows: 0 out of 10000
  2392. Maximum CPU time: 0 out of 10000
  2393. Maximum heap size: 0 out of 6000000
  2394. Number of callouts: 0 out of 100
  2395. Number of Email Invocations: 0 out of 10
  2396. Number of future calls: 0 out of 50
  2397. Number of queueable jobs added to the queue: 0 out of 50
  2398. Number of Mobile Apex push calls: 0 out of 10
  2399.  
  2400. 17:12:43.760 (1760118397)|LIMIT_USAGE_FOR_NS|rh2|
  2401. Number of SOQL queries: 0 out of 100
  2402. Number of query rows: 0 out of 50000
  2403. Number of SOSL queries: 0 out of 20
  2404. Number of DML statements: 0 out of 150
  2405. Number of DML rows: 0 out of 10000
  2406. Maximum CPU time: 0 out of 10000
  2407. Maximum heap size: 0 out of 6000000
  2408. Number of callouts: 0 out of 100
  2409. Number of Email Invocations: 0 out of 10
  2410. Number of future calls: 0 out of 50
  2411. Number of queueable jobs added to the queue: 0 out of 50
  2412. Number of Mobile Apex push calls: 0 out of 10
  2413.  
  2414. 17:12:43.760 (1760118397)|CUMULATIVE_LIMIT_USAGE_END
  2415.  
  2416. 17:12:43.760 (1760210148)|CODE_UNIT_FINISHED|LBAccountValidations on Account trigger event BeforeUpdate for [001F000001adZKq]
  2417. 17:12:43.794 (1794127512)|ENTERING_MANAGED_PKG|CRMfusionDBR101
  2418. 17:12:43.804 (1804565943)|ENTERING_MANAGED_PKG|rh2
  2419. 17:12:43.805 (1805707874)|CODE_UNIT_STARTED|[EXTERNAL]|01qF0000000WJEC|AccountTrigger on Account trigger event AfterUpdate for [001F000001adZKq]
  2420. 17:12:43.806 (1806181871)|USER_DEBUG|[91]|DEBUG|All errors:()
  2421. 17:12:43.806 (1806266136)|CUMULATIVE_LIMIT_USAGE
  2422. 17:12:43.806 (1806266136)|LIMIT_USAGE_FOR_NS|(default)|
  2423. Number of SOQL queries: 17 out of 100
  2424. Number of query rows: 205 out of 50000
  2425. Number of SOSL queries: 0 out of 20
  2426. Number of DML statements: 1 out of 150
  2427. Number of DML rows: 1 out of 10000
  2428. Maximum CPU time: 418 out of 10000
  2429. Maximum heap size: 0 out of 6000000
  2430. Number of callouts: 0 out of 100
  2431. Number of Email Invocations: 0 out of 10
  2432. Number of future calls: 1 out of 50
  2433. Number of queueable jobs added to the queue: 0 out of 50
  2434. Number of Mobile Apex push calls: 0 out of 10
  2435.  
  2436. 17:12:43.806 (1806266136)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2437. Number of SOQL queries: 2 out of 100
  2438. Number of query rows: 162 out of 50000
  2439. Number of SOSL queries: 0 out of 20
  2440. Number of DML statements: 0 out of 150
  2441. Number of DML rows: 0 out of 10000
  2442. Maximum CPU time: 0 out of 10000
  2443. Maximum heap size: 0 out of 6000000
  2444. Number of callouts: 0 out of 100
  2445. Number of Email Invocations: 0 out of 10
  2446. Number of future calls: 0 out of 50
  2447. Number of queueable jobs added to the queue: 0 out of 50
  2448. Number of Mobile Apex push calls: 0 out of 10
  2449.  
  2450. 17:12:43.806 (1806266136)|LIMIT_USAGE_FOR_NS|rh2|
  2451. Number of SOQL queries: 0 out of 100
  2452. Number of query rows: 0 out of 50000
  2453. Number of SOSL queries: 0 out of 20
  2454. Number of DML statements: 0 out of 150
  2455. Number of DML rows: 0 out of 10000
  2456. Maximum CPU time: 0 out of 10000
  2457. Maximum heap size: 0 out of 6000000
  2458. Number of callouts: 0 out of 100
  2459. Number of Email Invocations: 0 out of 10
  2460. Number of future calls: 0 out of 50
  2461. Number of queueable jobs added to the queue: 0 out of 50
  2462. Number of Mobile Apex push calls: 0 out of 10
  2463.  
  2464. 17:12:43.806 (1806266136)|CUMULATIVE_LIMIT_USAGE_END
  2465.  
  2466. 17:12:43.806 (1806380954)|CODE_UNIT_FINISHED|AccountTrigger on Account trigger event AfterUpdate for [001F000001adZKq]
  2467. 17:12:43.807 (1807578067)|WF_FLOW_ACTION_BEGIN|09LF0000000TOwN
  2468. 17:12:43.807 (1807664864)|FLOW_CREATE_INTERVIEW_BEGIN|00DA0000000HjId|300F0000000PNwC|301F0000000CohP
  2469. 17:12:43.809 (1809986482)|FLOW_CREATE_INTERVIEW_END|138650eab09442703e151a761eb315081da150e-20c7|UKIE VAT Status
  2470. 17:12:43.857 (1857869957)|FLOW_START_INTERVIEWS_BEGIN|1
  2471. 17:12:43.858 (1858757828)|FLOW_START_INTERVIEW_BEGIN|138650eab09442703e151a761eb315081da150e-20c7|UKIE VAT Status
  2472. 17:12:43.864 (1864708127)|FLOW_START_INTERVIEW_END|138650eab09442703e151a761eb315081da150e-20c7|UKIE VAT Status
  2473. 17:12:43.864 (1864736367)|FLOW_START_INTERVIEWS_END|1
  2474. 17:12:43.866 (1866605391)|WF_FLOW_ACTION_END|09LF0000000TOwN
  2475. 17:12:43.866 (1866670558)|WF_RULE_EVAL_BEGIN|Workflow
  2476. 17:12:43.866 (1866706636)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Italy|01QF0000000Tnr1|ON_CREATE_ONLY|1
  2477. 17:12:43.866 (1866856440)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Italy'|Values:Merchant_Country__c=null
  2478. 17:12:43.866 (1866863094)|WF_CRITERIA_END|false
  2479. 17:12:43.866 (1866882893)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Retail|01QF0000000U5V0|ON_CREATE_ONLY|1
  2480. 17:12:43.867 (1867055171)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2481. OR(
  2482. {!ID:00NF0000008NVH6} = 'United States',
  2483. {!ID:00NF0000008NVH6} = 'Canada'
  2484. ),
  2485. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Retail')
  2486. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2487. 17:12:43.867 (1867062634)|WF_CRITERIA_END|false
  2488. 17:12:43.867 (1867080244)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Populate "Red Flagged By" after merchant red flag|01QF0000000TsEf|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2489. 17:12:43.867 (1867111022)|WF_RULE_FILTER|[Merchant : Merchant Red Flag equals true]
  2490. 17:12:43.867 (1867125657)|WF_RULE_EVAL_VALUE|0
  2491. 17:12:43.867 (1867129401)|WF_CRITERIA_END|false
  2492. 17:12:43.867 (1867142612)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Red Flagged Merchants|01QF0000000Q197|ON_ALL_CHANGES|1
  2493. 17:12:43.867 (1867169610)|WF_RULE_FILTER|[Merchant : Merchant Red Flag equals true]
  2494. AND [Merchant : Merchant Red Flag Override equals false]
  2495. 17:12:43.867 (1867178657)|WF_RULE_EVAL_VALUE|0
  2496. 17:12:43.867 (1867181726)|WF_CRITERIA_END|false
  2497. 17:12:43.867 (1867194726)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - Current Contract Type|01QF0000000TqS5|ON_ALL_CHANGES|1
  2498. 17:12:43.867 (1867326569)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND
  2499. (
  2500. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2501.  
  2502. NOT(ISBLANK({!ID:00NF0000008MY50})),
  2503. OR
  2504. (
  2505. {!ID:00NF0000008MY50} >= TODAY(),
  2506. AND(
  2507. {!ID:00NF0000008MY50} < TODAY(),
  2508. NOT(ISPICKVAL({!ID:00NF00000066vZD},'Physical format'))
  2509. )
  2510. )
  2511. )|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Current_Contract_Type__c=null, Latest_Contract_Date_Signed__c=null
  2512. 17:12:43.867 (1867334959)|WF_CRITERIA_END|false
  2513. 17:12:43.867 (1867351942)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK IE populate account and swift from IBAN|01QF0000000TpmS|ON_ALL_CHANGES|1
  2514. 17:12:43.867 (1867380128)|WF_RULE_FILTER|[Merchant : Merchant Country equals Ireland, United Kingdom]
  2515. AND [Merchant : IBAN not equal to ]
  2516. 17:12:43.867 (1867539818)|WF_RULE_EVAL_VALUE|
  2517. 17:12:43.867 (1867544608)|WF_CRITERIA_END|false
  2518. 17:12:43.867 (1867561209)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Set QR if Daily deal|01QF0000000U9HM|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2519. 17:12:43.867 (1867728333)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND( {!ID:$User.Profile} <> '00eF0000000eBPJ', /*API ONLY*/ {!ID:$User.Profile} <> '00eA0000000V4vB', /*System Administrator*/ {!ID:$User.Profile} <> '00eF0000000eDHw', /*Regional Admin*/ ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Otros%3')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Cultura / Espectáculos%6')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Escapadas%8')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Viajes%9')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Producto%13')), NOT(ISPICKVAL( {!ID:00NF00000063dw4} , 'Servicios%1547')) )|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Category__c=null, $User.ProfileId=00eF0000000i4Lu
  2520. 17:12:43.867 (1867738941)|WF_CRITERIA_END|false
  2521. 17:12:43.867 (1867755630)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Tin & BLN - Update to Missing|01QF0000000UB5O|ON_ALL_CHANGES|1
  2522. 17:12:43.867 (1867782466)|WF_RULE_FILTER|[Merchant : TIN & BLN Status equals ]
  2523. AND [Merchant : Merchant Country equals United States, Canada]
  2524. 17:12:43.867 (1867793587)|WF_RULE_EVAL_VALUE|
  2525. 17:12:43.867 (1867944994)|WF_RULE_EVAL_VALUE|
  2526. 17:12:43.867 (1867949575)|WF_CRITERIA_END|false
  2527. 17:12:43.867 (1867967516)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|TH OP03 - Update Merchant Type with "Customer"|01QF0000000Tngw|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2528. 17:12:43.868 (1868027361)|WF_RULE_FILTER|[Merchant : Merchant Record Type equals Master, Vendor]
  2529. AND [Merchant : Primary Market Name contains Bangkok, Thailand, Korat & Khon Kaen, Hua Hin & Cha Am, Chiang Mai, Pattaya, Phuket]
  2530. AND [Merchant : Number of Closed Won Opportunities greater than 0.0]
  2531. AND [Merchant : Type not equal to Customer, Do not call]
  2532. 17:12:43.868 (1868054644)|WF_RULE_EVAL_VALUE|012F0000000yDBj
  2533. 17:12:43.868 (1868328058)|WF_RULE_EVAL_VALUE|
  2534. 17:12:43.868 (1868332727)|WF_CRITERIA_END|false
  2535. 17:12:43.868 (1868348764)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|PH OP01 - Assign merchant record type to Vendor|01QF0000000TnuP|ON_ALL_CHANGES|1
  2536. 17:12:43.868 (1868413648)|WF_RULE_FILTER|[User : Country equals Philippines]
  2537. AND [Merchant : Primary Market Name contains Manila, Philippines]
  2538. AND [Merchant : Industry contains Product]
  2539. 17:12:43.868 (1868428633)|WF_RULE_EVAL_VALUE|
  2540. 17:12:43.868 (1868431849)|WF_CRITERIA_END|false
  2541. 17:12:43.868 (1868445168)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|TH OP04 - Update BP Cutoff & Contract ID (Retail Supplier)|01QF0000000TpY1|ON_ALL_CHANGES|1
  2542. 17:12:43.868 (1868616992)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2543. OR(
  2544. CONTAINS({!ID:00NF0000008MHVA},"Bangkok"),
  2545. CONTAINS({!ID:00NF0000008MHVA},"Thailand"),
  2546. CONTAINS({!ID:00NF0000008MHVA},"Thailand, National"),
  2547. CONTAINS({!ID:00NF0000008MHVA},"Phuket"),
  2548. CONTAINS({!ID:00NF0000008MHVA},"Chiang Mai")
  2549. ),
  2550. OR(
  2551. ISPICKVAL({!ID:Industry},"Product"),
  2552. {!ID:$User.Profile} = "00eF0000000hPFl", /* TH Ensogo - Sales Manager Retail */
  2553. {!ID:$User.Profile} = "00eF0000000hPFg" /* TH Ensogo - Sales Team Retail */
  2554. ),
  2555. OR(
  2556. NOT(ISBLANK({!ID:TextName})),
  2557. ISCHANGED({!ID:TextName})
  2558. )
  2559. )|Values:Industry=Entertainment, Name=Oct12.1, Primary_Market_Name__c=null, $User.ProfileId=00eF0000000i4Lu
  2560. 17:12:43.868 (1868625960)|WF_CRITERIA_END|false
  2561. 17:12:43.868 (1868642478)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Un-hold Merchant|01QF0000000Tpu2|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2562. 17:12:43.868 (1868662407)|WF_RULE_FILTER|[Merchant : Hold Merchant equals true]
  2563. 17:12:43.868 (1868672274)|WF_RULE_EVAL_VALUE|0
  2564. 17:12:43.868 (1868675547)|WF_CRITERIA_END|false
  2565. 17:12:43.868 (1868688119)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Address to Standard Address|01QF0000000Tv9n|ON_ALL_CHANGES|1
  2566. 17:12:43.868 (1868826485)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND
  2567. (
  2568. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'),
  2569. NOT(ISBLANK({!ID:00NF000000CLkd8})),
  2570. NOT(ISBLANK({!ID:00NF000000CLkdD})),
  2571. NOT(ISBLANK({!ID:00NF000000CLoMQ})),
  2572. NOT(ISBLANK({!ID:00NF000000CLoMk})),
  2573. NOT(ISBLANK({!ID:00NF000000CLoN4}))
  2574. )|Values:LB_Address_City__c=null, LB_Address_Postal_Code__c=null, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Address_Province__c=null, LB_Address__c=null, LB_Address_Number__c=null
  2575. 17:12:43.868 (1868834511)|WF_CRITERIA_END|false
  2576. 17:12:43.868 (1868850608)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB_New_Merchant_Status|01QF0000000TnWS|ON_CREATE_ONLY|1
  2577. 17:12:43.868 (1868881388)|WF_RULE_FILTER|[User : Profile starts with LB]
  2578. 17:12:43.868 (1868902940)|WF_RULE_EVAL_VALUE|00eF0000000i4Lu
  2579. 17:12:43.868 (1868906339)|WF_CRITERIA_END|false
  2580. 17:12:43.868 (1868920577)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Entertainment|01QF0000000U5TJ|ON_CREATE_ONLY|1
  2581. 17:12:43.869 (1869066199)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2582. OR(
  2583. {!ID:00NF0000008NVH6} = 'United States',
  2584. {!ID:00NF0000008NVH6} = 'Canada'
  2585. ),
  2586. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Entertainment')
  2587. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2588. 17:12:43.869 (1869073400)|WF_CRITERIA_END|false
  2589. 17:12:43.869 (1869090248)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Status - Type: Customer|01QF0000000Tncf|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2590. 17:12:43.869 (1869217183)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'), {!ID:00NF0000008NPQR} = 'Customer')|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, Merchant_Status__c=Prospect
  2591. 17:12:43.869 (1869223545)|WF_CRITERIA_END|false
  2592. 17:12:43.869 (1869240257)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Update OPS on Financial Field Edited|01QF0000000TuTr|ON_ALL_CHANGES|1
  2593. 17:12:43.869 (1869359613)|WF_RULE_FILTER|[Merchant : Primary Market Country equals Philippines] AND
  2594. [User : Username not equal to sopon.s@ensogo.com] AND
  2595. ([User : Profile equals PH Ensogo - Accounting] OR
  2596. [User : Profile equals PH Ensogo - Deal QA] OR
  2597. [User : Profile equals System Administrator])
  2598. 17:12:43.869 (1869513781)|WF_RULE_EVAL_VALUE|
  2599. 17:12:43.869 (1869518537)|WF_CRITERIA_END|false
  2600. 17:12:43.869 (1869535217)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Status - Type: Prospect|01QF0000000Tnck|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2601. 17:12:43.869 (1869659821)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp},'LetsBonus'), {!ID:00NF0000008NPQR} = 'Prospect')|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, Merchant_Status__c=Prospect
  2602. 17:12:43.869 (1869666138)|WF_CRITERIA_END|false
  2603. 17:12:43.869 (1869682669)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|AUS - Protect Premier Merchants|01QF0000000Tohv|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2604. 17:12:43.869 (1869742492)|WF_RULE_FILTER|[Merchant : Merchant Country equals Australia, New Zealand] and ([Merchant : Rerun Status equals Premier Merchant] or [Merchant : Protected By User not equal to ])
  2605. 17:12:43.869 (1869903169)|WF_RULE_EVAL_VALUE|
  2606. 17:12:43.869 (1869907987)|WF_CRITERIA_END|false
  2607. 17:12:43.869 (1869924394)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - Latest MSA Signature Date|01QF0000000TpkW|ON_ALL_CHANGES|1
  2608. 17:12:43.870 (1870033666)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2609. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2610. OR(NOT(ISBLANK({!ID:00NF0000008MY50})),
  2611. ISCHANGED( {!ID:00NF0000008MY50} )),
  2612. OR({!ID:00NF0000008N2RQ}!={!ID:00NF0000008MY50},ISBLANK({!ID:00NF0000008N2RQ}))
  2613. )|Values:Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, Latest_MSA_Signature_Date__c=null, Latest_Contract_Date_Signed__c=null
  2614. 17:12:43.870 (1870041575)|WF_CRITERIA_END|false
  2615. 17:12:43.870 (1870058307)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Update Primary POC|01QF0000000Tx25|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2616. 17:12:43.870 (1870077738)|WF_RULE_FILTER|[Merchant : Primary POC Record2 equals true]
  2617. 17:12:43.870 (1870137811)|WF_RULE_EVAL_VALUE|0
  2618. 17:12:43.870 (1870142118)|WF_CRITERIA_END|false
  2619. 17:12:43.870 (1870157706)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Update Top20%|01QF0000000U4N5|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2620. 17:12:43.870 (1870176904)|WF_RULE_FILTER|[Merchant : Merchant Offer Status equals Top 20% - OSS Only]
  2621. 17:12:43.870 (1870301443)|WF_RULE_EVAL_VALUE|New Business
  2622. 17:12:43.870 (1870306109)|WF_CRITERIA_END|false
  2623. 17:12:43.870 (1870322008)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Only Allow Merchant Type 'Strategic' for 30 days|01QF0000000Trfu|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2624. 17:12:43.870 (1870348262)|WF_RULE_FILTER|[Merchant : Merchant Country equals United Kingdom, Ireland]
  2625. AND [Merchant : Merchant Type equals Strategic]
  2626. 17:12:43.870 (1870497028)|WF_RULE_EVAL_VALUE|
  2627. 17:12:43.870 (1870501849)|WF_CRITERIA_END|false
  2628. 17:12:43.870 (1870517472)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Agency RecordType Flip|01QF0000000TnWI|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2629. 17:12:43.870 (1870543714)|WF_RULE_FILTER|[Merchant : Merchant Type equals Agency]
  2630. AND [Merchant : Merchant Record Type not equal to Agency]
  2631. 17:12:43.870 (1870561107)|WF_RULE_EVAL_VALUE|1
  2632. 17:12:43.870 (1870564346)|WF_CRITERIA_END|false
  2633. 17:12:43.870 (1870578184)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Billing Address Update|01QF0000000PxoV|ON_ALL_CHANGES|1
  2634. 17:12:43.870 (1870595632)|WF_RULE_FILTER|[Merchant : 1. Billing Country not equal to ]
  2635. 17:12:43.870 (1870604581)|WF_RULE_EVAL_VALUE|
  2636. 17:12:43.870 (1870607631)|WF_CRITERIA_END|false
  2637. 17:12:43.870 (1870619824)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Active Update|01QF0000000Tnjq|ON_ALL_CHANGES|1
  2638. 17:12:43.870 (1870753328)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2639. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2640. (TODAY() - {!ID:00NF0000008NimX} ) < 91,
  2641. ISPICKVAL( {!ID:Type} , 'Customer'),
  2642. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Restricted')),
  2643. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'ExClient'))
  2644. )|Values:Type=Prospect, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, LB_Status__c=New, Latest_Closed_Won_Date__c=null
  2645. 17:12:43.870 (1870760990)|WF_CRITERIA_END|false
  2646. 17:12:43.870 (1870777356)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Merchant AvgGrossRev Update|01QF0000000U6s0|ON_ALL_CHANGES|1
  2647. 17:12:43.870 (1870819386)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerUK]
  2648. AND [Merchant : Average Gross Revenue equals ]
  2649. AND [Merchant : Avg. Gross Revenue (UK) greater than USD 0]
  2650. 17:12:43.870 (1870842534)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2651. 17:12:43.870 (1870846119)|WF_CRITERIA_END|false
  2652. 17:12:43.870 (1870860168)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|SWIFT - Code is 9 characters|01QF0000000U4dm|ON_ALL_CHANGES|1
  2653. 17:12:43.870 (1870904278)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]LEN({!ID:00NF00000063dkl}) = 9|Values:SWIFT__c=null
  2654. 17:12:43.870 (1870908921)|WF_CRITERIA_END|false
  2655. 17:12:43.870 (1870924360)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Premium Merchant Opt-In|01QF0000000Tpiz|ON_ALL_CHANGES|1
  2656. 17:12:43.870 (1870950620)|WF_RULE_FILTER|[Merchant : Routing Opt-Out equals true]
  2657. AND [Merchant : Opportunity Status equals Premium]
  2658. 17:12:43.870 (1870960860)|WF_RULE_EVAL_VALUE|0
  2659. 17:12:43.870 (1870964054)|WF_CRITERIA_END|false
  2660. 17:12:43.870 (1870976580)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Red Flag Reason - Do Not Contact|01QF0000000TxbK|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2661. 17:12:43.871 (1871000942)|WF_RULE_FILTER|[Merchant : Latest Closed Lost Reason equals Do Not Contact]
  2662. AND [Merchant : Merchant Country not equal to Australia, New Zealand]
  2663. 17:12:43.871 (1871011361)|WF_RULE_EVAL_VALUE|
  2664. 17:12:43.871 (1871014231)|WF_CRITERIA_END|false
  2665. 17:12:43.871 (1871026092)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|SWIFT - Code is 10 characters|01QF0000000U4dr|ON_ALL_CHANGES|1
  2666. 17:12:43.871 (1871066084)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]LEN({!ID:00NF00000063dkl}) = 10|Values:SWIFT__c=null
  2667. 17:12:43.871 (1871070654)|WF_CRITERIA_END|false
  2668. 17:12:43.871 (1871085350)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry -Fitness/Active|01QF0000000U5Ve|ON_CREATE_ONLY|1
  2669. 17:12:43.871 (1871229296)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2670. OR(
  2671. {!ID:00NF0000008NVH6} = 'United States',
  2672. {!ID:00NF0000008NVH6} = 'Canada'
  2673. ),
  2674. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Fitness/Active')
  2675. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2676. 17:12:43.871 (1871236062)|WF_CRITERIA_END|false
  2677. 17:12:43.871 (1871252561)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE Populate VAT Registration Number|01QF0000000UCrx|ON_ALL_CHANGES|1
  2678. 17:12:43.871 (1871289482)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerUK]
  2679. AND [Merchant : VAT Number ONLY not equal to ]
  2680. AND [Merchant : Merchant Red Flag equals false]
  2681. 17:12:43.871 (1871310937)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2682. 17:12:43.871 (1871314421)|WF_CRITERIA_END|false
  2683. 17:12:43.871 (1871328486)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant Forgotten Update|01QF0000000Tnjb|ON_ALL_CHANGES|1
  2684. 17:12:43.871 (1871489105)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2685. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2686. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Interested')),
  2687. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Target')),
  2688. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Restricted')),
  2689. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'ExClient')),
  2690. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Closed')),
  2691.  
  2692. OR(
  2693. AND(ISPICKVAL( {!ID:Type} , 'Prospect'),(TODAY() - DATEVALUE( {!ID:CreatedDate} ) ) > 90),
  2694. AND(ISPICKVAL( {!ID:Type} , 'Customer'),(TODAY() - DATEVALUE({!ID:00NF000000646V6})) > 90)
  2695. ))|Values:Type=Prospect, Last_Activity_Date_on_Open_Opps__c=null, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, CreatedDate=2015-10-19 21:12:43, LB_Status__c=New
  2696. 17:12:43.871 (1871498884)|WF_CRITERIA_END|false
  2697. 17:12:43.871 (1871515589)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UKIE_VAT_Status301F0000000CohP|01QF0000000UE5W|ON_RECURSIVE_UPDATE|1
  2698. 17:12:43.871 (1871521446)|WF_CRITERIA_END|true
  2699. 17:12:43.871 (1871542509)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Red Flag Override|01QF0000000Twka|ON_ALL_CHANGES|1
  2700. 17:12:43.871 (1871560726)|WF_RULE_FILTER|[Merchant : Merchant Red Flag Override equals true]
  2701. 17:12:43.871 (1871570680)|WF_RULE_EVAL_VALUE|0
  2702. 17:12:43.871 (1871573788)|WF_CRITERIA_END|false
  2703. 17:12:43.871 (1871585913)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Can French Contract Language|01QF0000000ToT0|ON_CREATE_ONLY|1
  2704. 17:12:43.871 (1871685666)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Canada'|Values:Merchant_Country__c=null
  2705. 17:12:43.871 (1871691346)|WF_CRITERIA_END|false
  2706. 17:12:43.871 (1871707950)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Argentina|01QF0000000TnvS|ON_CREATE_ONLY|1
  2707. 17:12:43.871 (1871804584)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Argentina'|Values:Merchant_Country__c=null
  2708. 17:12:43.871 (1871809987)|WF_CRITERIA_END|false
  2709. 17:12:43.871 (1871826663)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Protected By|01QF0000000PyxE|ON_ALL_CHANGES|1
  2710. 17:12:43.871 (1871877265)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2711.  
  2712. ISCHANGED( {!ID:00NA0000007gxLY} ) ,
  2713.  
  2714. {!ID:00NA0000007gxLY} = FALSE)|Values:Protected_Record__c=0
  2715. 17:12:43.871 (1871882770)|WF_CRITERIA_END|false
  2716. 17:12:43.871 (1871897687)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|TH OP01 - Assign merchant record type to Vendor|01QF0000000TnZ7|ON_ALL_CHANGES|1
  2717. 17:12:43.871 (1871946017)|WF_RULE_FILTER|[User : Country equals Thailand]
  2718. AND [Merchant : Primary Market Name contains Bangkok, Thailand]
  2719. AND [Merchant : Industry contains Product]
  2720. 17:12:43.871 (1871958854)|WF_RULE_EVAL_VALUE|
  2721. 17:12:43.871 (1871962024)|WF_CRITERIA_END|false
  2722. 17:12:43.871 (1871974917)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Chile|01QF0000000TnvX|ON_CREATE_ONLY|1
  2723. 17:12:43.872 (1872072131)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Chile'|Values:Merchant_Country__c=null
  2724. 17:12:43.872 (1872078112)|WF_CRITERIA_END|false
  2725. 17:12:43.872 (1872094323)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Portugal|01QF0000000Tnqr|ON_CREATE_ONLY|1
  2726. 17:12:43.872 (1872189605)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Portugal'|Values:Merchant_Country__c=null
  2727. 17:12:43.872 (1872194662)|WF_CRITERIA_END|false
  2728. 17:12:43.872 (1872211077)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Beauty/Health|01QF0000000U5VP|ON_CREATE_ONLY|1
  2729. 17:12:43.872 (1872357616)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2730. OR(
  2731. {!ID:00NF0000008NVH6} = 'United States',
  2732. {!ID:00NF0000008NVH6} = 'Canada'
  2733. ),
  2734. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Beauty/Health')
  2735. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2736. 17:12:43.872 (1872364201)|WF_CRITERIA_END|false
  2737. 17:12:43.872 (1872381128)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|Merchant Red Flag - MP Rejected|01QF0000000Tqsw|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2738. 17:12:43.872 (1872400685)|WF_RULE_FILTER|[Merchant : Stage of Latest Opportunity Closed equals Rejected]
  2739. 17:12:43.872 (1872411243)|WF_RULE_EVAL_VALUE|
  2740. 17:12:43.872 (1872414239)|WF_CRITERIA_END|false
  2741. 17:12:43.872 (1872426967)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB - New - Merchant Spain|01QF0000000Tnqw|ON_CREATE_ONLY|1
  2742. 17:12:43.872 (1872523595)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]{!ID:00NF0000008NVH6} = 'Spain'|Values:Merchant_Country__c=null
  2743. 17:12:43.872 (1872528898)|WF_CRITERIA_END|false
  2744. 17:12:43.872 (1872545421)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|LB Merchant New Update|01QF0000000Tnk0|ON_ALL_CHANGES|1
  2745. 17:12:43.872 (1872674861)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2746. ISPICKVAL({!ID:00NA0000007hBCR.00NF0000008MGMM.00NF0000008MGLn.00NF00000063dkp} , 'LetsBonus'),
  2747. ISPICKVAL( {!ID:Type} , 'Prospect'),
  2748. (TODAY() - DATEVALUE({!ID:CreatedDate}) ) < 91,
  2749. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Interested')),
  2750. NOT(ISPICKVAL( {!ID:00NF00000063dke} , 'Not Target'))
  2751. )|Values:Type=Prospect, Primary_Market__r.Region__r.Country__r.Parent_Entity__c=null, CreatedDate=2015-10-19 21:12:43, LB_Status__c=New
  2752. 17:12:43.872 (1872682734)|WF_CRITERIA_END|false
  2753. 17:12:43.872 (1872699199)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UK/IE - Merchant Un-Red Flagged Notification|01QF0000000U565|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2754. 17:12:43.872 (1872725437)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerUK]
  2755. AND [Merchant : Merchant Red Flag Override equals true]
  2756. 17:12:43.872 (1872746226)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2757. 17:12:43.872 (1872749790)|WF_CRITERIA_END|false
  2758. 17:12:43.872 (1872763132)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Full-Service Restaurant|01QF0000000U5VU|ON_CREATE_ONLY|1
  2759. 17:12:43.872 (1872907923)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2760. OR(
  2761. {!ID:00NF0000008NVH6} = 'United States',
  2762. {!ID:00NF0000008NVH6} = 'Canada'
  2763. ),
  2764. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Full-Service Restaurant')
  2765. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2766. 17:12:43.872 (1872914748)|WF_CRITERIA_END|false
  2767. 17:12:43.872 (1872931656)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry -QSR/Fast Casual|01QF0000000U5VZ|ON_CREATE_ONLY|1
  2768. 17:12:43.873 (1873071750)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2769. OR(
  2770. {!ID:00NF0000008NVH6} = 'United States',
  2771. {!ID:00NF0000008NVH6} = 'Canada'
  2772. ),
  2773. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'QSR/Fast Casual')
  2774. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2775. 17:12:43.873 (1873079135)|WF_CRITERIA_END|false
  2776. 17:12:43.873 (1873095798)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdatePrimaryChannel|01QF0000000U86w|ON_CREATE_OR_TRIGGERING_UPDATE|1
  2777. 17:12:43.873 (1873115689)|WF_RULE_FILTER|[Merchant : Industry equals Travel, Escapes, EscapesAM]
  2778. 17:12:43.873 (1873136800)|WF_RULE_EVAL_VALUE|Entertainment
  2779. 17:12:43.873 (1873140216)|WF_CRITERIA_END|false
  2780. 17:12:43.873 (1873154071)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|SWIFT - Code is 8 characters|01QF0000000U4dh|ON_ALL_CHANGES|1
  2781. 17:12:43.873 (1873196850)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]LEN({!ID:00NF00000063dkl}) = 8|Values:SWIFT__c=null
  2782. 17:12:43.873 (1873201359)|WF_CRITERIA_END|false
  2783. 17:12:43.873 (1873216036)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|AUS - Update Merchant Team Lead Email|01QF0000000Toi0|ON_ALL_CHANGES|1
  2784. 17:12:43.873 (1873233540)|WF_RULE_FILTER|[Merchant : Merchant Owner equals Merchant OwnerAU]
  2785. 17:12:43.873 (1873253314)|WF_RULE_EVAL_VALUE|005F0000001ycEW
  2786. 17:12:43.873 (1873256794)|WF_CRITERIA_END|false
  2787. 17:12:43.873 (1873274381)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Escapes|01QF0000000U5VF|ON_CREATE_ONLY|1
  2788. 17:12:43.873 (1873415853)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2789. OR(
  2790. {!ID:00NF0000008NVH6} = 'United States',
  2791. {!ID:00NF0000008NVH6} = 'Canada'
  2792. ),
  2793. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Escapes')
  2794. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2795. 17:12:43.873 (1873422337)|WF_CRITERIA_END|false
  2796. 17:12:43.873 (1873439216)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|AUS - Red Flag Merchant Notification|01QF0000000ToZm|ON_ALL_CHANGES|1
  2797. 17:12:43.873 (1873567069)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2798. OR({!ID:00NF0000008NVH6} = 'Australia', {!ID:00NF0000008NVH6} = 'New Zealand'),
  2799. ISCHANGED({!ID:00NF0000008N4ss}),
  2800. {!ID:00NF0000008N4ss} = TRUE
  2801. )|Values:Merchant_Country__c=null, Merchant_Red_Flag__c=0
  2802. 17:12:43.873 (1873573611)|WF_CRITERIA_END|false
  2803. 17:12:43.873 (1873589721)|WF_CRITERIA_BEGIN|[Merchant: Oct12.1 001F000001adZKq]|UpdateIndustry - Services|01QF0000000U5VK|ON_CREATE_ONLY|1
  2804. 17:12:43.873 (1873728738)|WF_FORMULA|Formula:ENCODED:[treatNullAsNull]AND(
  2805. OR(
  2806. {!ID:00NF0000008NVH6} = 'United States',
  2807. {!ID:00NF0000008NVH6} = 'Canada'
  2808. ),
  2809. ISPICKVAL({!ID:00NF00000064Hhe.00NA0000004QUEq}, 'Services')
  2810. )|Values:Concept__r.Industry__c=null, Merchant_Country__c=null
  2811. 17:12:43.873 (1873735207)|WF_CRITERIA_END|false
  2812. 17:12:43.873 (1873762195)|WF_SPOOL_ACTION_BEGIN|Workflow
  2813. 17:12:43.873 (1873799211)|WF_ACTION| Flow Trigger: 1;
  2814. 17:12:43.873 (1873803142)|WF_RULE_EVAL_END
  2815. 17:12:43.873 (1873855740)|WF_FLOW_ACTION_BEGIN|09LF0000000TOwN
  2816. 17:12:43.873 (1873938446)|FLOW_CREATE_INTERVIEW_BEGIN|00DA0000000HjId|300F0000000PNwC|301F0000000CohP
  2817. 17:12:43.874 (1874002310)|FLOW_CREATE_INTERVIEW_END|138750eab09442703e151a761eb315081da150e-20c8|UKIE VAT Status
  2818. 17:12:43.883 (1883661421)|FLOW_START_INTERVIEWS_BEGIN|1
  2819. 17:12:43.883 (1883725700)|FLOW_START_INTERVIEW_BEGIN|138750eab09442703e151a761eb315081da150e-20c8|UKIE VAT Status
  2820. 17:12:43.889 (1889004100)|FLOW_START_INTERVIEW_END|138750eab09442703e151a761eb315081da150e-20c8|UKIE VAT Status
  2821. 17:12:43.889 (1889029590)|FLOW_START_INTERVIEWS_END|1
  2822. 17:12:43.890 (1890260474)|WF_FLOW_ACTION_END|09LF0000000TOwN
  2823. 17:12:43.890 (1890572929)|WF_TIME_TRIGGERS_BEGIN
  2824. 17:12:43.893 (1893809174)|WF_ACTIONS_END| Field Update: 2; Flow Trigger: 2;
  2825. 17:12:43.893 (1893830462)|CODE_UNIT_FINISHED|Workflow:Account
  2826. 17:12:43.894 (1894897352)|DML_END|[167]
  2827. 17:12:43.895 (1895319238)|USER_DEBUG|[170]|DEBUG|Save result success?: true
  2828. 17:12:43.896 (1896842601)|SOQL_EXECUTE_BEGIN|[297]|Aggregations:0|SELECT id, Yipit_Merchant_ID__c, BillingLongitude__c, BillingLatitude__c, Yelp__c, Billing_Email__c, Primary_Market__r.Marketplace_Threshold__c, Primary_Market__r.Entertainment_Manager__c, Primary_Market__r.Restaurant_Manager__c, Primary_Market__r.Vertical_Market_Type__c, Primary_Market__r.Escapes_Seller__c, Primary_Market__r.Escapes_Seller__r.isactive, Primary_Market__r.Escapes_Seller__r.frozen2__c, Merchant_Opportunity_Owner__r.isactive, Merchant_Opportunity_Owner__r.frozen2__c, Protected_Record_2__c, Merchant_Offer_Status__c, Number_of_Open_Opportunities__c, Associate_Appointment_Count__c, Business_Legal_Name__c, Phone, Site, Type, AccountSource, Primary_Channel__c, Merchant_type__c, Name, Industry, Industry_Subcategory__c, Concept__c, BillingStreet, BillingCountry, Billing_Phone__c, BillingPostalCode, Most_Recent_Opportunity_Lead_Source__c, Inbound_Merchant_Eligibility__c, Primary_Market__c, Most_Recent_Inbound_Concept__c, Merchant_Red_Flag__c, Record_Type_Name__c, Protected_By_User__r.isactive, Protected_By_User__r.frozen2__c, BillingCity, BillingState, OwnerId, Yipit_Eligible__c FROM account WHERE id = :tmpVar1 LIMIT 1
  2829. 17:12:43.933 (1933652618)|SOQL_EXECUTE_END|[297]|Rows:0
  2830. 17:12:43.936 (1936292078)|EXCEPTION_THROWN|[194]|InboundApplication.InboundApplicationException: InboundApplication account fetch error Account: [Account:{Business_Legal_Name__c=Oct12.1, AccountSource=Marketing Lead, Primary_Channel__c=Daily, Merchant_Type__c=Local, Name=Oct12.1, BillingStreet=Oct12.1, BillingCountry=United States, Billing_Phone__c=47844587458, Phone=47844587458, BillingPostalCode=null, Billing_Email__c=oct12.1@gm.com, Most_Recent_Opportunity_Lead_Source__c=Marketing Lead, BillingCity=Oct12.1, BillingState=Alabama, Yipit_Merchant_ID__c=null, Industry=Entertainment, OwnerId=005F0000001ycEWIAY, Twitter_Link__c=Oct12.1.com, Facebook_Link__c=Oct12.1.com, Yelp__c=Oct12.1.com, Website=Oct12.1.com, Id=001F000001adZKqIAM}] duplicate account id: [001F000001adZKqIAM] saved result: [Database.SaveResult[getErrors=();getId=001F000001adZKqIAM;isSuccess=true;]]
  2831. 17:12:43.936 (1936321126)|SYSTEM_MODE_EXIT|false
  2832. 17:12:43.936 (1936348661)|EXCEPTION_THROWN|[3]|InboundApplication.InboundApplicationException: InboundApplication account fetch error Account: [Account:{Business_Legal_Name__c=Oct12.1, AccountSource=Marketing Lead, Primary_Channel__c=Daily, Merchant_Type__c=Local, Name=Oct12.1, BillingStreet=Oct12.1, BillingCountry=United States, Billing_Phone__c=47844587458, Phone=47844587458, BillingPostalCode=null, Billing_Email__c=oct12.1@gm.com, Most_Recent_Opportunity_Lead_Source__c=Marketing Lead, BillingCity=Oct12.1, BillingState=Alabama, Yipit_Merchant_ID__c=null, Industry=Entertainment, OwnerId=005F0000001ycEWIAY, Twitter_Link__c=Oct12.1.com, Facebook_Link__c=Oct12.1.com, Yelp__c=Oct12.1.com, Website=Oct12.1.com, Id=001F000001adZKqIAM}] duplicate account id: [001F000001adZKqIAM] saved result: [Database.SaveResult[getErrors=();getId=001F000001adZKqIAM;isSuccess=true;]]
  2833. 17:12:43.936 (1936545693)|FATAL_ERROR|InboundApplication.InboundApplicationException: InboundApplication account fetch error Account: [Account:{Business_Legal_Name__c=Oct12.1, AccountSource=Marketing Lead, Primary_Channel__c=Daily, Merchant_Type__c=Local, Name=Oct12.1, BillingStreet=Oct12.1, BillingCountry=United States, Billing_Phone__c=47844587458, Phone=47844587458, BillingPostalCode=null, Billing_Email__c=oct12.1@gm.com, Most_Recent_Opportunity_Lead_Source__c=Marketing Lead, BillingCity=Oct12.1, BillingState=Alabama, Yipit_Merchant_ID__c=null, Industry=Entertainment, OwnerId=005F0000001ycEWIAY, Twitter_Link__c=Oct12.1.com, Facebook_Link__c=Oct12.1.com, Yelp__c=Oct12.1.com, Website=Oct12.1.com, Id=001F000001adZKqIAM}] duplicate account id: [001F000001adZKqIAM] saved result: [Database.SaveResult[getErrors=();getId=001F000001adZKqIAM;isSuccess=true;]]
  2834.  
  2835. Class.InboundApplication.createAccount: line 194, column 1
  2836. Class.InboundApplication.processApplication: line 312, column 1
  2837. Class.ContactTriggerHelper: line 31, column 1
  2838. Class.ContactTriggers.Body: line 20, column 1
  2839. Class.ApexTrigger: line 80, column 1
  2840. Trigger.ContactTrigger: line 12, column 1
  2841. 17:12:43.936 (1936651132)|FATAL_ERROR|InboundApplication.InboundApplicationException: InboundApplication account fetch error Account: [Account:{Business_Legal_Name__c=Oct12.1, AccountSource=Marketing Lead, Primary_Channel__c=Daily, Merchant_Type__c=Local, Name=Oct12.1, BillingStreet=Oct12.1, BillingCountry=United States, Billing_Phone__c=47844587458, Phone=47844587458, BillingPostalCode=null, Billing_Email__c=oct12.1@gm.com, Most_Recent_Opportunity_Lead_Source__c=Marketing Lead, BillingCity=Oct12.1, BillingState=Alabama, Yipit_Merchant_ID__c=null, Industry=Entertainment, OwnerId=005F0000001ycEWIAY, Twitter_Link__c=Oct12.1.com, Facebook_Link__c=Oct12.1.com, Yelp__c=Oct12.1.com, Website=Oct12.1.com, Id=001F000001adZKqIAM}] duplicate account id: [001F000001adZKqIAM] saved result: [Database.SaveResult[getErrors=();getId=001F000001adZKqIAM;isSuccess=true;]]
  2842.  
  2843. Class.InboundApplication.createAccount: line 194, column 1
  2844. Class.InboundApplication.processApplication: line 312, column 1
  2845. Class.ContactTriggerHelper: line 31, column 1
  2846. Class.ContactTriggers.Body: line 20, column 1
  2847. Class.ApexTrigger: line 80, column 1
  2848. Trigger.ContactTrigger: line 12, column 1
  2849. 17:12:43.936 (1936710273)|CUMULATIVE_LIMIT_USAGE
  2850. 17:12:43.936 (1936710273)|LIMIT_USAGE_FOR_NS|(default)|
  2851. Number of SOQL queries: 18 out of 100
  2852. Number of query rows: 205 out of 50000
  2853. Number of SOSL queries: 0 out of 20
  2854. Number of DML statements: 1 out of 150
  2855. Number of DML rows: 1 out of 10000
  2856. Maximum CPU time: 418 out of 10000
  2857. Maximum heap size: 0 out of 6000000
  2858. Number of callouts: 0 out of 100
  2859. Number of Email Invocations: 0 out of 10
  2860. Number of future calls: 1 out of 50
  2861. Number of queueable jobs added to the queue: 0 out of 50
  2862. Number of Mobile Apex push calls: 0 out of 10
  2863.  
  2864. 17:12:43.936 (1936710273)|LIMIT_USAGE_FOR_NS|CRMfusionDBR101|
  2865. Number of SOQL queries: 2 out of 100
  2866. Number of query rows: 162 out of 50000
  2867. Number of SOSL queries: 0 out of 20
  2868. Number of DML statements: 0 out of 150
  2869. Number of DML rows: 0 out of 10000
  2870. Maximum CPU time: 0 out of 10000
  2871. Maximum heap size: 0 out of 6000000
  2872. Number of callouts: 0 out of 100
  2873. Number of Email Invocations: 0 out of 10
  2874. Number of future calls: 0 out of 50
  2875. Number of queueable jobs added to the queue: 0 out of 50
  2876. Number of Mobile Apex push calls: 0 out of 10
  2877.  
  2878. 17:12:43.936 (1936710273)|LIMIT_USAGE_FOR_NS|rh2|
  2879. Number of SOQL queries: 0 out of 100
  2880. Number of query rows: 0 out of 50000
  2881. Number of SOSL queries: 0 out of 20
  2882. Number of DML statements: 0 out of 150
  2883. Number of DML rows: 0 out of 10000
  2884. Maximum CPU time: 0 out of 10000
  2885. Maximum heap size: 0 out of 6000000
  2886. Number of callouts: 0 out of 100
  2887. Number of Email Invocations: 0 out of 10
  2888. Number of future calls: 0 out of 50
  2889. Number of queueable jobs added to the queue: 0 out of 50
  2890. Number of Mobile Apex push calls: 0 out of 10
  2891.  
  2892. 17:12:43.936 (1936710273)|CUMULATIVE_LIMIT_USAGE_END
  2893.  
  2894. 17:12:43.936 (1936860456)|CODE_UNIT_FINISHED|ContactTrigger on Contact trigger event AfterInsert for [003F0000021k1cF, 003F0000021k1cG, 003F0000021k1cH, 003F0000021k1cI]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement