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

Default values in TMG

Former Member
0 Likes
1,559

Hi,

I want to get default values in TMG.....By using events iam geting values with clicking enter or by any action...But i want defaultly when we open TMG..

Please let me know is it possible, how can i acheive this..

Regards.

Abbas.

6 REPLIES 6
Read only

jogeswararao_kavala
Active Contributor
0 Likes
1,347

Hello Alisha,

Use Maint. event  no. 05 namely Creating a New entry. Create a new include and give the values for the fields.

Good luck

KJogeswaraRao

Read only

0 Likes
1,347

Hi Mr.Jogeswara rao,

       Thank you for reply..

        I have already done that one....but i want defaultly ....if i create with the help of event 05..i need to give some action (like enter,...).. but i want in default...

Regards,

Abbas.

Read only

0 Likes
1,347

Yes, you are right. These fields are getting filled upon Enter key hit..

Read only

0 Likes
1,347

Yaa......is it possible to get by default..

Read only

0 Likes
1,347
  • I am not aware.
  • There is a technical constraint to have this. Even if we achieve this, all the lines in front of you will be filled with default values. So it will be a headache to delete the extra lines filled by default before saving.
Read only

Former Member
0 Likes
1,347

    If you want a default value, then you can use Before save event and hard code the default value in the event.

secondly go to screen make that field uneditable  so that user will not allow to enter any value.