Process management EntityIDs abbreviation

Moderator: crythias

Locked
cutotrs
Znuny newbie
Posts: 12
Joined: 26 Apr 2012, 17:21
Znuny Version: 5.0.10
Real Name: Pardeep Sidhu
Company: Computech Corporation

Process management EntityIDs abbreviation

Post by cutotrs »

Hi

I just installed OTRS 5.0.10 and trying to configure Process flow under Process Management. When I create new process and entities under the process. I see the a Long process id with alphanumeric number (EntityID=Process-63d3968592db68d58c82e023e4ec80aa) instead of abbreviations like P1, P2 etc.

examples:
◾Process: 'P1', 'P2' ... 'Pn'.
◾Activity: 'A1', 'A2' ... 'An'.
◾Activity Dialog: 'AD1', 'AD2' ... 'ADn'.
◾Transition: 'T1', 'T2' ... 'Tn'.
◾Transition Action: 'TA1', 'TA2' ... 'TAn'
otrs 5.0.10 on OpenSuse 13.2
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Process management EntityIDs abbreviation

Post by wurzel »

Hi,

the ID is unique. That is correct.

It changed in previous versions to this unique IDs.

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
cutotrs
Znuny newbie
Posts: 12
Joined: 26 Apr 2012, 17:21
Znuny Version: 5.0.10
Real Name: Pardeep Sidhu
Company: Computech Corporation

Re: Process management EntityIDs abbreviation

Post by cutotrs »

How do I mention entity ids in scripts ?

For Example

$Self->{TicketAcl}->{'P1-AD1-1'} = {
Properties => {
Process => {
ActivityDialogEntityID => ['AD1'],
},
},
Possible => {
Ticket => {
DynamicField_Status => ['Approval'],
},
},
};
otrs 5.0.10 on OpenSuse 13.2
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Process management EntityIDs abbreviation

Post by wurzel »

Hi,

please read doc.otrs.org chapter 5

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
cutotrs
Znuny newbie
Posts: 12
Joined: 26 Apr 2012, 17:21
Znuny Version: 5.0.10
Real Name: Pardeep Sidhu
Company: Computech Corporation

Re: Process management EntityIDs abbreviation

Post by cutotrs »

Thanks for the reply.

I read the document and may be I am still not clear on this part

In the version 3.2 the prefix was auto generated

This is what I see in 3.2
Process: 'P1', 'P2'
Activity: 'A1', 'A2'
Activity Dialog: 'AD1', 'AD2'
Transition: 'T1', 'T2'
Transition Action: 'TA1', 'TA2'

But in version 5

I see only
Activity: Activity-620dbc38e7d2c71a073130e418507a21
Transition: Transition-ae565b2e7d8c458af2c32e2c172061b4

Does this mean that short name prefixes are no longer generated automatically. I do see in the sysconfig that the prefixes are enabled.

Please help me clearly understand this.

Thanks

Pardeep
otrs 5.0.10 on OpenSuse 13.2
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Process management EntityIDs abbreviation

Post by wurzel »

Hi,

the ACL reference is clear about that.
http://otrs.github.io/doc/manual/admin/ ... -reference

And the IDs are used in OTRS Version 5


No AD1 or A1 are used any more

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
cutotrs
Znuny newbie
Posts: 12
Joined: 26 Apr 2012, 17:21
Znuny Version: 5.0.10
Real Name: Pardeep Sidhu
Company: Computech Corporation

Re: Process management EntityIDs abbreviation

Post by cutotrs »

Thanks a lot for your help.
otrs 5.0.10 on OpenSuse 13.2
Locked