how to call server script in client script ?

psrpar
Kilo Explorer

1..how to call server script in client script ?

2..how to call client script in server script?

3..how to call script include in business rules or client script ?

4..how to call   UI script in client script or server script or business rules ?

any one help to me

can you give answer to such type questions

i am fresher so i dont about inbound email action in servicenow ,   plz   anyone help me

3 REPLIES 3

Natsufab3
Kilo Guru

Hi pida,


                you can look into http://www.servicenowguru.com/system-definition/inbound-email-new-reply-forward/   you can use it based on your organizational need, you can create incident directly just by sending email to your instance domain, you can reply to cooments. you should also take a look at http://wiki.servicenow.com/?title=Inbound_Email_Actions#gsc.tab=0.



we use email notification to triger a notification when ever a record or an event is created or updated or edited and you can check http://wiki.servicenow.com/index.php?title=Email_Notifications and http://wiki.servicenow.com/index.php?title=Notifications#gsc.tab=0



Thank you


Please mark correct/helpful if applicable.


nayanawadhiya1
Kilo Sage

Hey Pida,


        To call Server side script in client side this we help GlideAjax - ServiceNow Wiki


        For UI script UI Scripts - ServiceNow Wiki


          And for Inbound Email Inbound Email Actions - ServiceNow Wiki


Abhinay Erra
Giga Sage

Here you go



1..how to call server script in client script ? GlideAjax. You need to use GlideAjax for this


2..how to call client script in server script? there is no out of box way, but you can achieve this based on the use case


3..how to call script include in business rules or client script ? You call the script includes directly in business rule by using new operator


4..how to call   UI script in client script or server script or business rules ? UI script can be called for ma client script directly by calling the function.