Dear all, I want to "localize" my app. In th...

Dear all,

I want to โ€œlocalizeโ€ my app. In this instance, I want to change my inline view. Instead of showing โ€œNewโ€ inline, I want to show โ€œBookโ€. I used the following expression for โ€œNewโ€ under the โ€œlocalizeโ€ tab:

if(context(โ€œviewโ€)=โ€œBOOKING FORM_INLINEโ€,Book,New)

However, it still shows โ€œNewโ€ and not โ€œBookโ€. Is this a bug or a mistake of mine?

Thanks!!

0 3 369
3 REPLIES 3

Instead of entering the inline viewโ€™s name, try this: IF(Context(โ€œViewโ€)=โ€œParentDetailViewNameโ€, โ€œBookโ€, โ€œNewโ€)

I successfully tested it myself just now.

@RezaRaoofi

It works! Thanks a lot @RezaRaoofi!

Youโ€™re welcome!

Top Labels in this Space