Microsoft Certified Partner : Microsoft Dynamics CRM
You are at Blog
 
QoS-IT Blog - Latest Articles

1. Open the File in StyleVision

2. Scroll to find the Resolution tag

3. Right click on the pink\purple “pre” tab

4. Click Edit Paragraph Type

5. Select “p” instead of “pre”

6. Click OK

7. Click Preview HTML and the wrapping should now be correct.

In customization, open the entity HW Device and create new attribute new_clientcode as nvarchat format= text and maximum length=100.

Display the field in the network tab of the form

Click to select the Web Interface tab and click to open the Form Properties

Select event as OnLoad and click to open the Edit window

Assuming you Nagios URL is: 'http://192.168.10.3/nagios/cgi-bin

Replace the existing JavaScript with:

var url =  'http://192.168.10.3/nagios/cgi-bin/extinfo.cgi?type=1&host=';

url = url +  crmForm.all.new_clientcode.DataValue;

crmForm.all.IFRAME_WebInterface.src = url;

Click OK

Save

Publish

The field new_clientcode is the unique name of the device in Nagios

If the field new_clientcode is not null, the Nagios window will open in the Web Interface tab

The Customer field in Microsoft CRM - Case entity, can be either Account or Contact.

The workflow checks if the Customer’s field is a Contact and if no Responsible Contact has been selected it then updates the case’s Responsible Contact field with the Customer’s (Contact) field

Download workflow

Read More »

  • Publishing a new report
  • Downloading an existing report
  • Updateing an existing report

Read More »

Setting up Visual Studio for your first report and creating a simple Account list report.

Read More »

Blogs
Calendar
Search
 

 Call to Learn More: 1300-50-68-48
All trademarks are property of their respective owners.

 
Privacy Statement | Terms Of Use | Login | Copyright 2009 by Ask Software Solutions