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

How to create a field value as constant while creating eCATT scripts

Former Member
0 Likes
368

Hello Guru's,

I am updating thousands of records using eCATT. How should i declare a field value as constant while creating a eCATT script it self, so that it automatically picks that value and update the records. I should not mention the field value in the upload file.

Full points for the answer,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
338

Dont parameterize the value that you would like to keep as constant. Pass the default value to that feild while reocrding .

Dont parameterize the value that you would like to keep as constant. Pass the default value to that feild while reocrding .

1 REPLY 1
Read only

Former Member
0 Likes
339

Dont parameterize the value that you would like to keep as constant. Pass the default value to that feild while reocrding .