Variable values on ApplicationResources file

Renato Marcello dos Reis shared this question 4 years ago
Answered

Hi guys,

Can Yellowfin be customized to change the System Name to a custom name? If we look at the file "ApplicationResources_pt_BR.properties", there's a lot of descriptions who's using the variable {0}, witch somewhow takes the system name "Yellowfin".

I was wondering if there's a way to change the source value of this variable to a custom name?

Thanks in advance.

Best Answer
photo

Hi Renato,

If you are looking to change the name Yellowfin to something else throughout the instance then you need to add an entry into your Database as follows.

INSERT INTO Configuration VALUES (1, 'SYSTEM', 'APPNAME', 'Yellowfin2');

i.e.d56683187c86a3e932f624e3cd8edad2

Regards,

Paul

Replies (2)

photo
2

Hi Renato,

If you are looking to change the name Yellowfin to something else throughout the instance then you need to add an entry into your Database as follows.

INSERT INTO Configuration VALUES (1, 'SYSTEM', 'APPNAME', 'Yellowfin2');

i.e.d56683187c86a3e932f624e3cd8edad2

Regards,

Paul

photo
1

Thanks a lot Paul,

That's exactly what I was looking for.

photo
photo
1

Hi Renato,

That is fantastic. I will mark this as answered, but if you need anything else, please just let me know.

Thank you,

Paul

Leave a Comment
 
Attach a file