Search found 80 matches

by rafaqf
17 Jul 2014, 03:38
Forum: Help
Topic: Calling Logout from other Systems, how to do it?
Replies: 4
Views: 3416

Re: Calling Logout from other Systems, how to do it?

Hi, I am also trying to logout of otrs when i logout of another application. Any suggestions how i can solve this? Hi, Unfortunately I'm not working in that company anymore, and I don't have access to that code. But I remember I could do it by coding a little pearl script, to do that stuff said abo...
by rafaqf
24 Apr 2013, 15:05
Forum: Help
Topic: Download Attachments doesn't work
Replies: 7
Views: 3144

Re: Download Attachments doesn't work

Any Suggestions where to look or what to try? Regards Hi, In the end I could solve it just by removing the SessionId from the url in the SysConfig in the Admin Panel. At the beginning we needed the sessionId to be in the url, but finally we could remove it. Try to change that configuration and look...
by rafaqf
15 Jan 2013, 16:08
Forum: Help
Topic: Download Attachments doesn't work
Replies: 7
Views: 3144

Re: Download Attachments doesn't work

Another question, what can I do to have always the SessionID added to the url when downloading an attachment? Should I modify the .dtl files for the AgentTicketZoom? Or it would require some modification of the perl files?? As I've found that it solves my problem, I just need now to have it always a...
by rafaqf
14 Jan 2013, 12:35
Forum: Help
Topic: Download Attachments doesn't work
Replies: 7
Views: 3144

Re: Problems downloading files from Ticket Article view

reneeb wrote:Did you customize the view?
Do you know why the donwload doesn't add the SessionID to the end of the link if I have it configured to use the SessionID for every URL in the OTRS System? Maybe that's an OTRS bug?

Thanks a lot.
by rafaqf
14 Jan 2013, 11:16
Forum: Help
Topic: Download Attachments doesn't work
Replies: 7
Views: 3144

Re: Problems downloading files from Ticket Article view

Anyone knows why the donwload doesn't add the SessionID to the end of the link if I have it configured to use the SessionID for every URL in the OTRS System? Maybe that's an OTRS bug?

Thanks a lot.
by rafaqf
11 Jan 2013, 14:54
Forum: Help
Topic: Download Attachments doesn't work
Replies: 7
Views: 3144

Re: Problems downloading files from Ticket Article view

Did you customize the view? I did, but now it's being used the default template. I just realized that it's also failing out of liferay and out of the portlet. Downloads directly from OTRS are also failing. If I add the session id manually at the end of the URL like that: http://192.168.5.97/otrs/in...
by rafaqf
10 Jan 2013, 17:04
Forum: Help
Topic: Download Attachments doesn't work
Replies: 7
Views: 3144

Download Attachments doesn't work

Hi all, Our customer is having some troubles when trying to download a file from the TicketZoom in the Agent side. We have OTRS configured to have the SessionID always in the URL, but when the mouse is over the Download icon, the url showed iat the bottom of the browser before clicking has any Sessi...
by rafaqf
13 Dec 2012, 18:18
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

[SOLVED] Next State as Mandatory Field

It's exactly that code snippet. Replace it with $Param{NextStatesStrg} = $Self->{LayoutObject}->BuildSelection( Data => \%NextStates, Name => 'StateID', Class => 'Validate_Required', %StateSelected, ); Thanks a lot, that's it :)
by rafaqf
13 Dec 2012, 12:40
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

Re: Next State as Mandatory Field

There should be a "BuildSelection" call a few lines later. There you can add CSS-classes... Is not that? Or you mean a explicit function definition? $Param{NextStatesStrg} = $Self->{LayoutObject}->BuildSelection( Data => \%NextStates, Name => 'StateID', %StateSelected, );
by rafaqf
13 Dec 2012, 12:22
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

Re: Next State as Mandatory Field

Ok, I think I found where is the problem: # build next states string if ( $Self->{Config}->{State} ) { my %NextStates = $Self->{TicketObject}->TicketStateList( TicketID => $Self->{TicketID}, Action => $Self->{Action}, CustomerUserID => $Self->{UserID}, ); my %StateSelected; if ( $Param{StateID} ) { ...
by rafaqf
13 Dec 2012, 12:17
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

Re: Next State as Mandatory Field

The DropDown needs the additional class "Validate_Required"... Like that? <!-- dtl:block:FollowUpState --> <div> <label for="StateID" class="Mandatory"><span class="Marker">* </span>$Text{"Next State"}:</label> <div class="Validate_Required&quo...
by rafaqf
13 Dec 2012, 11:47
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

Re: Next State as Mandatory Field

can you explain with more detail why it is so bad? General work flow: Click the button relative to the task (move/respond/whatever) do that task. maybe add a note. If you have the option to next state, the default state is the previous state, though it doesn't show up as the highlighted state. It d...
by rafaqf
13 Dec 2012, 00:51
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

Re: Next State as Mandatory Field

I don't see how this is going to be anything but annoying, unless every action changes a state, plus you won't have any clue what the previous state is. nonetheless, add class="Mandatory" everywhere. Thank you so much. I know that shouldn't be like that because the system is like it is; t...
by rafaqf
12 Dec 2012, 21:57
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

Re: Next State as Mandatory Field

crythias wrote:How is this beneficial?
It's not a matter of benefit, it's a request from our customer.
by rafaqf
12 Dec 2012, 19:49
Forum: Help
Topic: Help ACL ....
Replies: 1
Views: 1279

Re: Help ACL ....

Could you find the solution for that?

I think you need more parameters to make this ACL work.

Let me know.
by rafaqf
12 Dec 2012, 19:26
Forum: Help
Topic: [SOLVED] Next State as Mandatory Field
Replies: 14
Views: 4459

[SOLVED] Next State as Mandatory Field

How can I do the "Next State" field as Mandatory (like the Body or a mandatory TicketFreeText) in the Customer interface? Or at least you have to choose a state,
not leaving it as '-'.

I can't see the option to change it anywhere.

Thanks a lot.
by rafaqf
12 Dec 2012, 19:07
Forum: Help
Topic: Single Sign on how?
Replies: 8
Views: 3351

Re: Single Sign on how?

Hey , thanks for the reply. I have created the following URLbut it doesn't seem to work. http://ecall.sjtc.whirlpool.com/otrs/customer.pl?Action=Login&User=<OTRS_CUSTOMER_DATA_Username>&Password=<OTRS_CUSTOMER_DATA_Password> Do you think i am using the parameters (<OTRS_CUSTOMER_DATA_Userna...
by rafaqf
12 Dec 2012, 15:12
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: [SOLVED] Add new Attribute to Ticket

crythias wrote:Don't forget in TicketFreeText (sorry, I forgot) you need both a Key and a Value... You can't just store the TicketFreeText Value.
Yes, both are in the request :)

Thanks!
by rafaqf
12 Dec 2012, 14:54
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

[SOLVED] Add new Attribute to Ticket

If so, it's a bug. Ok, I got it! finally I added into the CustomerTicketZoom.pm the TicketFreeTextSet method from Ticket.pm, changed some parameters and it works! Now it's getting the parameter from the request. So I guess it would have also worked with the ArticleFreeText, but actually it's better...
by rafaqf
12 Dec 2012, 13:05
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

The only problem is that although the new value inserted by the customer is in the request after clickin' "Submit", the new value is not inserted into the database. If so, it's a bug. Nothing, the same result, nothing stored in the Database from the Customer Interface. Any help will be ap...
by rafaqf
12 Dec 2012, 11:45
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

The only problem is that although the new value inserted by the customer is in the request after clickin' "Submit", the new value is not inserted into the database. If so, it's a bug. Ok, that was the last thing I wanted to happen. I'm going to change the ArticleFreeText and try to use a ...
by rafaqf
11 Dec 2012, 19:03
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

Ticket::Frontend::CustomerTicketMessage###ArticleFreeText Add new entry Article free text options shown in the ticket message screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required. NOTE. If you want to display these fields also in the ticket zoom o...
by rafaqf
11 Dec 2012, 15:53
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

I can see the value if it is inserted by the agent, Then it's in the database. What do you want to accomplish? Now I need the new value inserted by the customer to be stored in database. I'm inserting the value in the agent interface to check the value, but the agents will not insert any data, it's...
by rafaqf
11 Dec 2012, 15:41
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

You probably have to enable the field in SysConfig for the screens you wish to show the field(s). Yes, I had the number 2 activated instead of the number 1. I can see the value if it is inserted by the agent, but how should be now the request so that it is inserted in the database with the new valu...
by rafaqf
11 Dec 2012, 12:22
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

yes. Ok, I have created the article free text. Now, how needs to be the <input> in the dtl file CustomerTicketZoom for the customer to write on it? Which parameters do I need? I've been copying lines from the AgentTicketEmail and AgentTicketZoom so that it would show the label and the field from Ar...
by rafaqf
07 Dec 2012, 14:05
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

Re: Add new Attribute to Ticket

Dynamic fields would be the easy way to do this, although Dynamic fields would not be Agent ReadOnly and Customer R/W, (customer can write on submit, though) but the reverse. Agents could be prevented (why?) from modifying the Dynamic Field via ACL. It doesn't generally make sense for a Customer to...
by rafaqf
07 Dec 2012, 13:37
Forum: Help
Topic: [SOLVED] Add new Attribute to Ticket
Replies: 16
Views: 6168

[SOLVED] Add new Attribute to Ticket

Hi all, I'm thinking about how to add a new attribute to the ticket object. My purpose comes because our client needs to fill a field in the customer interface, customer could read/write and agent only read. As that's not the OTRS purpose, I know it has to be done by myself and code it. So my questi...
by rafaqf
31 Oct 2012, 11:49
Forum: Help
Topic: Single Sign on how?
Replies: 8
Views: 3351

Re: Single Sign on how?

Can you help with the code snippet for this? Hi, sorry for the delay! The perl script that we created was to Log Out the user. To Log in from other system, we used a portlet called iFrame, which creates a link containing the url to our OTRS system, and adding the credentials of the user + 'Action=L...
by rafaqf
29 Oct 2012, 17:32
Forum: Help
Topic: [SOLVED] Change "Tickets" name in Navigation Bar
Replies: 2
Views: 1395

Re: Change "Tickets" name in Navigation Bar

FiL wrote: You can change the name from Tickets to Orders
Thanks a lot, I've been looking for this setting for some hours today!
by rafaqf
29 Oct 2012, 16:47
Forum: Help
Topic: [SOLVED] Change "Tickets" name in Navigation Bar
Replies: 2
Views: 1395

[SOLVED] Change "Tickets" name in Navigation Bar

Hi all,

I'd like to modify the "Tickets" name in the navigation bar in the Agent interface by "Orders", so that we have "Dahsboard" "Orders" "Services" etc.

Is that possible? In that case, how can I achieve it?

Thanks a lot,

Rafa
by rafaqf
28 Sep 2012, 17:39
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

There can be articles without any state updates or there can be state updates without articles. The best way for developing this would be: - create an article dynamic field. - create an event module which populates this field with actual ticket state on article create event I already have the actua...
by rafaqf
28 Sep 2012, 16:15
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

Ok, script works, now the question is, how to call the perl script so that every <td> shows the state retrieved by the script?

Can you help me with this?

Thanks a lot.
by rafaqf
28 Sep 2012, 13:50
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

What do you think? I think you're going to have a null result. There is no field that indicates the state for a given article. If you need that, you need to do some magic querying of ticket_history at the date/time of the creation of article for the given ticket id. If you can do that, more power t...
by rafaqf
28 Sep 2012, 10:07
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

I'm going to try to read the states from database with a perl script. I think it's the only way to achieve that.

What do you think?
by rafaqf
28 Sep 2012, 09:48
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

an article does not belong to a state. so what is the background of the client request? They'd like to have a column STATE in the Articles table under the Articles tab. They want to see directly in the AgentTicketZoom the evolution of states by clicking in the Articles tab, so that they can see for...
by rafaqf
27 Sep 2012, 20:53
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

crythias wrote:no, but you can click History ...
Hahaha... yes, I know :) It's just a client requirement. Of course I know that you can click History and see the old states.

Thanks a lot.

Cheers.
by rafaqf
27 Sep 2012, 18:56
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

crythias wrote:What jojo said is correct. State changes are ticket_history and not reflected in the article.
And there is no way to show the states from the ticket_history in the articles??

Thank you very much to both.
by rafaqf
27 Sep 2012, 17:02
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

crythias wrote:What you're trying should only show you the current state.
You're right. I achieved to show a new column STATE in the Articles table, but the state is the current state. Is there a way to show the old status for each Article?

Thanks a lot.
by rafaqf
27 Sep 2012, 15:50
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Re: Add field "State" to Articles in AgentTicketZoom

You mean the very first item on the ticket information area on the right you'd like to apply to ... what do you want to accomplish? See the state of a ticket as applied to an article when the article was submitted or the ability to change the state? Do you want to see the before state or the after ...
by rafaqf
27 Sep 2012, 15:02
Forum: Help
Topic: Add field "State" to Articles in AgentTicketZoom
Replies: 20
Views: 5297

Add field "State" to Articles in AgentTicketZoom

Hi all, I'm trying to add a new field in the AgentTicketZoom, more exactly inside the Articles tab. I've tried to add this in the AgentTicketZoom.dtl, line 540 +/-: ... <th class="State"><a href="#">$Text{"State"}</a></th> ... But of course I don't know the class name t...
by rafaqf
18 Sep 2012, 10:07
Forum: Help
Topic: Calling Logout from other Systems, how to do it?
Replies: 4
Views: 3416

[SOLVED] Calling Logout from other Systems, how to do it?

Hi, Thanks for your reply! Finally I did a perl script that Logs out the user, it was not so difficult. We call the script from Liferay through a socket in OTRS File System, passing the User as a parameter, then we look the session Id of that User in the DB and we remove that session. By now it's wo...
by rafaqf
17 Sep 2012, 10:37
Forum: Help
Topic: Calling Logout from other Systems, how to do it?
Replies: 4
Views: 3416

Calling Logout from other Systems, how to do it?

Hi all there, I have OTRS inside an iFrame portlet into Liferay, and our customer needs to logout from OTRS and other system we use when the user logs out from Liferay. I tried it in several ways, first of them just to create a Http connection with the normal logout URL like this: http://Server_ip/o...
by rafaqf
23 Aug 2012, 16:31
Forum: Help
Topic: [SOLVED] Apply SLA to Customers
Replies: 1
Views: 748

Re: Apply SLA to Customers

Ok, the second field in the SLA, "Escalation - update time", is for both Customers and Agents, because it looks for some update, it doesn't matter who.
by rafaqf
23 Aug 2012, 15:08
Forum: Help
Topic: [SOLVED] Apply SLA to Customers
Replies: 1
Views: 748

[SOLVED] Apply SLA to Customers

Hi all, We need to use the SLAs to know if our customers answer to the tickets in the right time. I know (correct me if I'm wrong) that SLA only applies to agents. If an agent doesn't update or modify a ticket in the amount of time stablished in the SLA, then the ticket is Escalated. Is there a way ...
by rafaqf
03 Aug 2012, 18:46
Forum: Help
Topic: Required body text
Replies: 3
Views: 2056

Re: Required body text

Adjust in SysConfig for the type of entry (Note?) you're wanting to change. Could you please explain a little bit more how to achieve that? I'm trying to have my body text in the customer interface not required too, maybe remove it. Or if it's possible to modify the class "RichText DontPrint V...
by rafaqf
30 Jul 2012, 18:30
Forum: Help
Topic: Utility og SOAP-Lite package
Replies: 1
Views: 758

Re: Utility og SOAP-Lite package

It's useful for you if you need web services from remote systems or from OTRS to remote systems. If you are not going to call OTRS functions from outside, or outside functions from OTRS, then you don't need it.

Otherwise, keep it there, you never know what will need your system in the future.
by rafaqf
27 Jul 2012, 10:21
Forum: Help
Topic: [SOLVED] State-Type for ACLs OTRS 3.0
Replies: 14
Views: 3744

Re: State-Type for ACLs

Yes, exactly, so my solution is just like what you have written.

Thanks a lot!
by rafaqf
27 Jul 2012, 01:13
Forum: Help
Topic: [SOLVED] State-Type for ACLs OTRS 3.0
Replies: 14
Views: 3744

Re: State-Type for ACLs

This says, "If the State is open and the User is in the Supervisor Group with rw permissions, there is no available state to select." Exactly. The awesome thing would be, "if the state_type of the ticket is open and the User is in the Supervisor Group with rw permissions, there is no...
by rafaqf
26 Jul 2012, 17:08
Forum: Help
Topic: [SOLVED] State-Type for ACLs OTRS 3.0
Replies: 14
Views: 3744

Re: State-Type for ACLs

Why if I have my ACLs already written, with all the status of type open, and now I change them to new or closed, my ACL doesn't work? Because your ACLs are written to match Property of State open. State is not state type. State Type is a categorization of states. Finally I did a very long ACL to so...
by rafaqf
26 Jul 2012, 10:00
Forum: Help
Topic: [SOLVED] State-Type for ACLs OTRS 3.0
Replies: 14
Views: 3744

Re: State-Type for ACLs

[quote="crythias"]OK, http://doc.otrs.org/3.0/en/html/acl.html doesn't say Type. It does say: Ticket => { State => ['new', 'open'], Why if I have my ACLs already written, with all the status of type open, and now I change them to new or closed, my ACL doesn't work? It should, because I'm n...