Updatable BAQ New Records Defaults

I am using UD01 for storing my data.

I followed the instruction on using GetaNewUDXX to create default data when user press New in the UD01 maintenance and that works fine.

What I want to do now is to allow user to Create new line through Updatable BAQ. I have added the same code through Updatable BAQ Method Directives Under Ice.[Query ID].GetNew

I assigned the default data into the ttResults, that didn’t seems to work. Any ideas?

Maybe your missed this feature in Updatable BAQs? (I did for a long time) you can set initial values on the NEW records.

Thanks Tim, that definitely did the trick for UBAQ section.

I also want to allow users to enter data via UD01 Maintenance and the Key1 is generated, will there be clashes with GetaNewUD01 BPM if I use this initial expression?