Search found 9 matches

by Saml92
16 Oct 2015, 10:18
Forum: Help
Topic: Process Ticket not working?
Replies: 12
Views: 2663

Re: Process Ticket not working?

That does actually work thanks!

But it doesn't show the ticket as a process ticket and the process section doesn't show up.

There must be something wrong in the SysConfig right?
notProcess.JPG
by Saml92
15 Oct 2015, 17:05
Forum: Help
Topic: Process Ticket not working?
Replies: 12
Views: 2663

Re: Process Ticket not working?

Sorry guys! I made a mistake there and changed it when I realised TicketBookedIn was meant to be TicketStatus the images were before I saw that so that's not where I have gone wrong. TicketEquiptmentBookedIn is just a check box that will always be true when this process is started.

I really cant ...
by Saml92
15 Oct 2015, 15:01
Forum: Help
Topic: Process Ticket not working?
Replies: 12
Views: 2663

Re: Process Ticket not working?

Yes its a dropdown with possible fields, I have tried that and changed it to "Booked In" but no luck :(

I'm just wondering whether calling the field on the transition is wrong? At the moment its calling DynamicField_TicketStatus im not sure if that is right because thats where it seems to be ...
by Saml92
15 Oct 2015, 12:18
Forum: Help
Topic: Process Ticket not working?
Replies: 12
Views: 2663

Re: Process Ticket not working?

Yeah I would normally not use a space for something like that either I just wanted to copy the tutorial to make sure

I am filtering for DynamicField_TicketStatus =="Booked In" The image does say DynamicField_TicketEquimentBookedIn that I just changed and tried to create another ticket and the same ...
by Saml92
15 Oct 2015, 11:38
Forum: Help
Topic: Process Ticket not working?
Replies: 12
Views: 2663

Re: Process Ticket not working?

The TicketStatus dynamic field keys are actually the same as the values, this was done in the tutorial I followed so I assumed there was no reason to make them different based on the demo in the tutorial actually worked. Should I make these keys different to the values?
by Saml92
15 Oct 2015, 11:17
Forum: Help
Topic: Process Ticket not working?
Replies: 12
Views: 2663

Process Ticket not working?

Hi,
I am trying to make a process ticket for equipment being booked in, I have tried following the tutorial in the documentation(Skips a lot of important steps I believe) and also followed a Youtube tutorial and it still wont work.

The problem I have is that it doesn't seem to get out of the first ...
by Saml92
13 Oct 2015, 15:12
Forum: Help
Topic: [Solved]ACL rule to not allow close if a value is Null
Replies: 5
Views: 1848

Re: ACL rule to not allow close if a value is Null

\0 Did not work for me or any of the alternatives such as \x0 or /\xoo/
by Saml92
13 Oct 2015, 14:03
Forum: Help
Topic: [Solved]ACL rule to not allow close if a value is Null
Replies: 5
Views: 1848

Re: ACL rule to not allow close if a value is Null

Yeah I had the same problem with checking whether a checkbox is selected or not.

I think the problem is that perl reacts to undef.

What you could do is:
Create an ACL that is alphabetically before the second and always forbid the closing-action
Create a second ACL of type "PossibleAdd" that ...
by Saml92
13 Oct 2015, 13:09
Forum: Help
Topic: [Solved]ACL rule to not allow close if a value is Null
Replies: 5
Views: 1848

[Solved]ACL rule to not allow close if a value is Null

Hi,

I am trying to write an ACL rule that will not allow the agent to close a ticket if a dynamic field has no value. At the moment I am struggling on what value it should be looking at to determine if the field is null, I have tried Null, NULL, null, 0 and "" and none of them have given me the ...