How do you create a new field in TransView and assign a value to it

Here is some easy points for someone! :laughing: JK, don’t know if it is easy or not.

What can I use to create a new field in TransView and then assign a value to it? Is there some neat trick or do I literally have to create a hidden text box and then assign it through that?

2 Likes

This might get you what you need.
You just make one up and initialize it with some data, then it’s good to go.

What are you trying to do?

3 Likes

If you are creating an app from scratch, there won’t be a TransView data view.

In this case, initialize it by using a row-update event and set any field value (In this case I set RowId). After you’ve done this, you don’t need to initialize any other coulmns, just use the TransView in your EpBindings as needed.

If you are just applying a layer to an existing base app, you shouldn’t need to do any of this.

8 Likes

Awesome! Thanks @mbayley

1 Like

Kind of strange.

This was working then added a few new controls and it seemed to stop, I had to add it in again.

It’s like adding parameters to a function, the new parameters never show up in Application Studio unless you select another function then the original and then put in the parameters again 1 by 1. Very frustrating.