Search found 16 matches

by samuellei
29 Nov 2010, 10:43
Forum: General
Topic: How to change a ticket state with rpc?
Replies: 4
Views: 3738

Re: How to change a ticket state with rpc?

$TicketId = $RPC->Dispatch($User, $Pw, 'TicketObject', 'TicketIDLookup',
TicketNumber => $ticketNum,
UserID => 1);
crythias,
many thanks for your "fish"!!!
by samuellei
26 Nov 2010, 11:35
Forum: General
Topic: How to change a ticket state with rpc?
Replies: 4
Views: 3738

Re: How to change a ticket state with rpc?

crythias, thanks for your reply. Suppose: tn is 2010101810000615 and TicketID is 110 <<<<<<<<<<<<<<<<<<<<<<<<<<<<< my $SetState = $RPC->Dispatch($User, $Pw, 'TicketObject', 'StateSet', TicketID => '110', StateID => 4, UserID => 1 ); <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Question: how to get TicketID by tn w...
by samuellei
26 Nov 2010, 06:58
Forum: General
Topic: How to change a ticket state with rpc?
Replies: 4
Views: 3738

How to change a ticket state with rpc?

hi all, I create a ticket with following code. $TicketNumber = $RPC->Dispatch($User, $Pw, 'TicketObject','TicketCreateNumber'); print "RPC: New Ticketnumer created: ".$TicketNumber."\n"; $TicketId = $RPC->Dispatch($User, $Pw, 'TicketObject', 'TicketCreate', TN => $TicketNumber, T...
by samuellei
11 Nov 2010, 09:56
Forum: General
Topic: Add a button to NavBar?
Replies: 2
Views: 2352

Re: Add a button to NavBar?

Solved!!
crythias, thank you!
by samuellei
09 Nov 2010, 03:13
Forum: General
Topic: how can I use a empty Salutation and Signature?
Replies: 6
Views: 4574

Re: how can I use a empty Salutation and Signature?

And when setting Frontend::RichText to No, I got the same result.
by samuellei
09 Nov 2010, 02:49
Forum: General
Topic: how can I use a empty Salutation and Signature?
Replies: 6
Views: 4574

Re: how can I use a empty Salutation and Signature?

hi elvanov, thanks for your reply.
rich-text editors, of course.
by samuellei
08 Nov 2010, 06:41
Forum: General
Topic: how can I use a empty Salutation and Signature?
Replies: 6
Views: 4574

Re: how can I use a empty Salutation and Signature?

In [ Salutation Management ], set empty Salutation, and press [submit],You will get "Need text".
by samuellei
08 Nov 2010, 04:43
Forum: General
Topic: how can I use a empty Salutation and Signature?
Replies: 6
Views: 4574

how can I use a empty Salutation and Signature?

Hi all,
I got this " Need Text!",when setting an empty Salutation and Signature.Here, Salutation and Signature is no use for me.How to fix this?
by samuellei
29 Oct 2010, 10:03
Forum: General
Topic: Add a button to NavBar?
Replies: 2
Views: 2352

Add a button to NavBar?

Does anyone know the best way to add a button to the top row of the
menu that would open a new window to a link?
by samuellei
15 Oct 2010, 12:21
Forum: General
Topic: Sending emails to many customers at given time
Replies: 1
Views: 1930

Sending emails to many customers at given time

Hi all,
I wanna send emails(notifications) to many customers at given time.
And tried calender and genericAgent, but I failed. How can I do this?

Thanks in advance.
by samuellei
04 Oct 2010, 13:44
Forum: General
Topic: problem about modify customer user info
Replies: 0
Views: 1324

problem about modify customer user info

hi all,
In Customer User Management, I add a new customer user, but some fields info was not in need.For instance, I want [gender] not [firstname], [age] not [lastname],and hope user can select gender info from a combo box(male, female), How can I fix this?


Thanks in advance!
by samuellei
02 Oct 2010, 09:37
Forum: Developers
Topic: problem about modify customer user info
Replies: 2
Views: 2700

problem about modify customer user info

hi all,
In Customer User Management, I add a new customer user, but some fields info was not in need.For instance, I want [gender] not [firstname], [age] not [lastname],and hope user can select gender info from a combo box(male, female), How can I fix this?


Thanks in advance!
by samuellei
29 Sep 2010, 10:33
Forum: Developers
Topic: Adding of menu control
Replies: 1
Views: 1786

Re: Adding of menu control

by samuellei
25 Sep 2010, 11:33
Forum: General
Topic: Configure Email on OTRS
Replies: 4
Views: 3830

Re: Configure Email on OTRS

hi jose, Perhaps you havn't set up you SMPT server like James yet. After that, choose "SMTP" from Framework -> Core::Sendmail, then set SendmailModule::Host,SendmailModule::AuthUser, SendmailModule::AuthPassword according to SMTP server configuration. Good luck!
by samuellei
21 Sep 2010, 11:02
Forum: Help
Topic: Failed to connect/login to IMAP server
Replies: 0
Views: 1092

Failed to connect/login to IMAP server

HI, After installed Webmail package in OTRS, I config IMAP WebMail settings in [Preferences].like this: Host: imap.gmail.com Protocol: imap Folder Prefix: Mail/ Message a page: 25 User: usersamuel Password: ******** And [WebMail -> Core]WebMail::IMAPHost : imap.gmail.com. But when click [webmail] bu...
by samuellei
21 Sep 2010, 07:53
Forum: General
Topic: can't config the content of service
Replies: 1
Views: 1771

can't config the content of service

hi,
I am a newbie to OTRS. In [Service Management] window,I just can't add the content of service except for fields Service, Sub-Service of, Valid, Comment. How can I fix this problem?