Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nvrphanikumar
Creator
Creator

On Demand App Question

Based on the On-Demand Script for Template app (Flight Data Selections) ,I see that column names are hardcoded.

Is it possible for the On-Demand app to have dynamic code that accepts any Column selected on the Fight Data Details ?

I dont want to hardcode the On Demand App to work on only few columns.

In Reality I could have 200 columns on the Selection App and I would like my On Demand App to pick any column out of these 200

and show more detailed data ,I could have 300 more columns here.

3 Replies
petter
Partner - Champion III
Partner - Champion III

The answer is yes. There is nothing that prevents you from selecting which fields should be included dynamically except your skills in understanding how the ODAG architecture works and modifying the selection app and the template app accordingly. So the extension itself puts no limitation on this.

It's not necessarily a trivial task for an ODAG-beginner since you will have to have a solid understanding on how $-sign substitution works and be willing to modify both the selection app and the template app.

Anonymous
Not applicable

hi Venkat,

Have you tried it? If yes can u share some information?

jonvitale
Creator III
Creator III

petter-s

Petter, perhaps you can take a look at my question over here and see if you have a solution:

Variable Field Names in On-Demand App Generation (ODAG)

Thanks.