dbclark79
17th September 2002, 20:44
When creating new text for a record in Baan there are four options:
1. Create
2. Duplicate
3. Select
4. Exit

In BaanERP 5.0 the "tttxt.tm01" question uses domain "tttxt.askcreat" to supply these four options.

Is there any possible way to disable the "select" option so that users can only create, duplicate or exit?

evertsen
19th September 2002, 18:40
Normally, you could copy the domain to another VRC and edit the choices but since this is a domain in Tools, you won't be able to do that (as far as I know). Sorry...

NPRao
19th September 2002, 20:43
Hi David,

You might try to explore by coding into your script -

If you already have a default text group template specified for th company, else you can start that session tttxt1110m000 and take the return value. Then write some dummy text into that text field.


txtg = start.session(MODAL, "tttxt1110m000", "zmmig1100m000", "tttxt0005._index1")
ret = text.write("zmmig100.note","","","","","",tttxt005.txtg,"",temp.file)