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 365
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