Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I find a data base table containing a GUID, which is result of the macro’s execution?

Former Member
0 Kudos

Hello,

please help me to understand how the macros work. I am facing database inconsistency. The CRM-system retrieves a GUID of an opportunity’s item and checks its existence. However, this GUID (here it is es_info-ref_object) does not exist. As result, an exception is triggered.

I am trying to figure out which data base table is responsible for the inconsistent data. Instead of SELECT statement, I see in the debugger that a macro retrieves the “guilty” entry .

macro_execute macro_msg_data_read_rea.

My Question: How can I find a data base table containing a GUID, which is result of the macro’s execution?


Thanks a lot

Andrej

1 REPLY 1

Former Member
0 Kudos

Any ideas?