Skip to main content
Question

IFS LOBBY TITLE DINAMIC

  • August 24, 2020
  • 10 replies
  • 558 views

ADNAN
Sidekick
Forum|alt.badge.img+8

 

 

1 :

1.) I made the Title for the item dynamic with the # TODAY # command.

2.) Can we give a parametric value to the field which is the item?

3.) Can a dynamic value be assigned to lobby elements with lobby tools as in the title? For example, write the month automatically.

 

As far as I researched, while the page title is dynamic, the lobby elements are not

 

10 replies

Forum|alt.badge.img+8
  • Sidekick (Customer)
  • 81 replies
  • September 14, 2020

You should be able to do the same thing with the individual lobby elements if you put #TODAY# in the title of the element. In the example below, I put #NOW# that displays a date/time in my lobby element.

 


ADNAN
Sidekick
Forum|alt.badge.img+8
  • Author
  • Sidekick
  • 56 replies
  • September 16, 2020
Hello @Anna 
Is there a list of commands I can type in this field?I just want to see the time information.

  • Superhero (Employee)
  • 1495 replies
  • September 16, 2020
Hello @Anna 
Is there a list of commands I can type in this field?I just want to see the time information.

Don’t know if there’s a list but you can add both Context Substitution Variables e.g. #NOW#, #TODAY#, #USER_ID# etc. and also parameter values e.g. $LOBBY_PARAM1$


ADNAN
Sidekick
Forum|alt.badge.img+8
  • Author
  • Sidekick
  • 56 replies
  • September 16, 2020

Hi @anmise 

 

 

I just want it in hh24: mi: ss format.


  • Superhero (Employee)
  • 1495 replies
  • September 16, 2020

Hi @anmise 

 

 

I just want it in hh24: mi: ss format.

The use #NOW# as @Anna suggested.

 

 


ADNAN
Sidekick
Forum|alt.badge.img+8
  • Author
  • Sidekick
  • 56 replies
  • September 16, 2020

@anmise 

Yes, this command provides date and time information.Now format yyyy-mm-dd hh24:mi:ssWhat I need is hh24:mi:ss

 


Forum|alt.badge.img+8
  • Sidekick (Customer)
  • 81 replies
  • September 16, 2020

If you reference within IFS, any date field that is searchable has a down arrow listed. If you scroll down, those #%# values are built in IFS functions that give you a certain date/time.

 


  • Superhero (Employee)
  • 1495 replies
  • September 16, 2020

@anmise

Yes, this command provides date and time information.Now format yyyy-mm-dd hh24:mi:ssWhat I need is hh24:mi:ss

 

As far as I know there’s no CSV for just time. What’s the use case?


ADNAN
Sidekick
Forum|alt.badge.img+8
  • Author
  • Sidekick
  • 56 replies
  • September 16, 2020
@Anna I get it but only time information is not available here :(

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies
  • June 19, 2023

Hi @ADNAN 

 

You can see all variables from;

SELECT * FROM ifsapp.context_substitution_var

The context_substitution_var_api has Get_Client_value__ function. You can add any date format here.

After that, you must define a variable on context_substitution_var_tab table using api. You can see an example below.

 

Good luck.