Application Development and Automation 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: 
Read only

Include Text in Smartform Displaying Randomn values.

Former Member
0 Likes
597

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
561

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.

3 REPLIES 3
Read only

GaneshRK
Participant
0 Likes
561

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.

Read only

Former Member
0 Likes
562

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.

Read only

Former Member
0 Likes
561

Hi,

check in so10 transaction,,,,,,verify the data written within include text properly