‎2012 Feb 10 6:31 AM
Hi All,
I am facing a strange issue with my smart form. I have included a line in my smart form as per business requirement. Everything was looking fine till I observed one problem. There is one include text (to which I have not made any changes) which has started giving some randomn values. How do I check where the include text is fetching values from. The text name is &ORDERADM_H-GUID& , the object name is CRM_ORDERH and the text ID is 0001. I checked the entire smartform andthis text is not there in any text element. Please help me with this include text.
‎2012 Feb 10 7:21 AM
It looks like the variable is of GUID and GUID generally contains hexadecimal values of type CHAR22, C32 and C16.. So for each CRM order this GUID value will change .Now check &ORDERADM_H-GUID might be coming as input parameter in smartfrom. Check that value from where the smartfom has been called.
‎2012 Feb 10 7:03 AM
Hi,
This might have passed from any of the OTR or text elements on passing parameters. If the text is not a dynamic one then remove the &___& and apply the new text, which is required.
Thanks.
Ganesh R K.
‎2012 Feb 10 7:21 AM
It looks like the variable is of GUID and GUID generally contains hexadecimal values of type CHAR22, C32 and C16.. So for each CRM order this GUID value will change .Now check &ORDERADM_H-GUID might be coming as input parameter in smartfrom. Check that value from where the smartfom has been called.
‎2012 Feb 10 7:32 AM
Hi,
check in so10 transaction,,,,,,verify the data written within include text properly