cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get SCCO release within code

RicardoRenteria
Participant
0 Likes
295

Hi all,

How can I get the SCCO release (2.0 FP 09 PL20, e.g.) within coding a plugin? I think I should use the object ConfigurationHelper.INSTANCE but this one has many "get" methods and I don't find the release.

Any suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

Klaus_Frick
Active Participant
0 Likes

Hello ricardo.renteria2

You can get these informations like this:

Name      : ConfigurationHelper.INSTANCE.getCashDesk().getInternalName()
Serial no : ConfigurationHelper.INSTANCE.getCashDesk().getSerialNumber()
Release : CashDeskManager.getVersionInfo().getRelease()
Version : CashDeskManager.getVersionInfo().getVersion()
Build : CashDeskManager.getVersionInfo().getBuildNo()
Last comm.: CashDeskManager.getVersionInfo().getLastCommitId()

Best Regards
Klaus

Answers (0)