Others Archives - Page 4 of 5 - - Page 4

Category Archives: Others

Windows could not start Scribe Service [Solution]

Error: You may face an issue in Scribe where the Scribe Services are not starting or are stuck in the Start state and an error pops up after a while as follows: Without the Scribe Services we cannot use either the Console or the Workbench to develop integration maps. Following is the Solution to resolve the above issue. Solution: Right click on the Scribe AdminServer service and select Properties. Select the Log On Tab and click on This account. Browse and select that Windows account which has been setup as the Scribe Service Account. This is generally the same account with which Scribe has been installed on your machine. Follow steps 1, 2 and 3 for the remaining Scribe services as well. Restart your machine. Conclusion: After restarting you should be able to start your services. Make sure you start your Scribe services in a sequential order and you should be able to open your Scribe Console now.

Share Story :

Generating Image dynamically in SSRS Report from CRM

Introduction: It is possible to Fetch images from CRM’s entity records using Fetch XML.  This can be done using Notes attachment in CRM and the steps to display the Image in your report are pretty simple as well. Steps: Attach your image to a note under your respective entity in CRM In your Visual Studio copy paste the following code in your Query Designer <fetch mapping=”logical” output-format=”xml-platform” version=”1.0″> <entity name=”annotation”> <attribute name=”subject”/> <attribute name=”notetext”/> <attribute name=”filename”/> <attribute name=”filesize”/> <attribute name=”documentbody”/> <attribute name=”annotationid”/> <attribute name=”mimetype”/> <attribute name=”objectid”/> <filter type=”and”> <condition attribute=”mimetype” value=”%image%” operator=”like”/> </filter> <order descending=”false” attribute=”subject”/> </entity> </fetch> Add an Image Control in your Report. If you want to generate multiple images then you can add the Image Control under a Table Go to Image properties and select the image source as Database. Under field select documentbody and select your MIME type to whichever image format you want it to be  Click on preview and your image should be rendered in your report Conclusion: Thus you can store images in your CRM and generate dynamic SSRS reports with these images easily.

Share Story :

Salesforce field not visible in Scribe Insight Integration

Introduction: There may arise a scenario where after creating a connection to Salesforce, a field that exists in Salesforce isn’t visible in your Scribe Insight DTS. This can happen because of multiple reasons. In this article I have listed down 3 of the most likely reasons why your SFDC field is not visible in Scribe Insight. Three Probable Reasons: Reason 1 The first reason can be that a custom field was created in your SFDC after you had created your SFDC connection in Scribe Insight. To fix this follow the steps mentioned below: Go to Connections in your DTS Select your SFDC connection Select Edit -> DTS Connection Settings -> Adapter Settings and click on Refresh Metadata. Your custom field should now be visible. Reason 2 The second reason can be that the field-level security has the visibility disabled for that field. To fix this follow the steps mentioned below: Log into SFDC classic and select Setup Go to Build -> Customize -> Object (Eg. Accounts, Asset) -> Fields Click on the field that isn’t visible in Scribe Insight and select Set Field-Level Security Make sure the field is visible for your Profile Reason 3 The third reason can be that you are just using an old API of Salesforce and that field did not exist for that version of SFDC. For example the Asset RecordTypeId field was added in the later versions of Salesforce. To fix this follow the steps mentioned below: Go to Connections Select your SFDC connection and click on Edit Select Change Connection Update the version of the Salesforce URL to the latest version that your SFDC supports

Share Story :

IT and Business Systems for a Small and Medium Business in India

Posted On April 30, 2018 by Anil Shah Posted in

In this article, we highlight the key cloud-based IT and business systems that a Small and Medium Enterprise in India could use to improve efficiency while keeping costs low. These are also systems that we use to run our day to day operations. 1. Office 365 Business Premium – Email, Microsoft Office, Document Management, Security and Microsoft Teams. 2. QuickBooks Online Accounting Platform 3. PayBooks – India Payroll with integration to QuickBooks Online and optional biometric attendance integration. 4. Zoho Recruit – Recruitment Platform 5. Zoho People – HR Management Platform 6. Exotel – Cloud EPBAX business phone system 7. QuickHeal firewall for our network. Additional systems (once you grow to a certain size and need more processes and reporting. We use all of the below systems)– 1. Microsoft Dynamics 365 – Dynamics 365 Sales with lead integration with your website (typically WordPress). Dynamics 365 for Customer Support. Dynamics 365 Customer Support Portal for customer self service. Dynamics 365 Project Service Automation for Project Management. MailChimp for Marketing Automation or ClickDimensions. 2. PowerBI Analytics Platform. 3. GoToMeeting and GoToWebinar for Meetings and Webinars. Connect with us!

Share Story :

Enable IIS to deploy Web Service

Introduction: In this blog, we will have a look on how IIS can be enabled for Web Service Deployment Steps to be followed: 1) Search for Windows features in your PC. 2) Check the box for Internet Information Services and click OK. A confirmation screen appears. Sometimes there are cases after the above procedure that it does not works. At such times, check all the options in windows features under IIS.

Share Story :

Markdown Language use in Postman Documentation- Part 2

Posted On April 3, 2018 by Krishna Bhanushali Posted in

Introduction: In previous blog, we discussed some formatting for Markdown language. Some more display of text-stuff will be discussed in this blog. Blockquotes: A blockquote is a sentence or paragraph that’s been specially formatted to draw attention to the reader. To create a block quote, all you have to do is preface a line with the “greater than” caret (>). For example: Input: >Blockquote (You can mention your code here) Output: If your quote spans multiple paragraph, then you need to add caret on each line. Input: >Blockquote (You can mention your code here).   >Multiple quotes added Output: Lists: There are two types of lists, ordered and unordered To create an unordered list, you’ll want to preface each item in the list with an asterisk ( * ). Each list item also gets its own line. For example, a grocery list in Markdown might look like this: Input: * Milk * Eggs * Salmon * Butter   Output: An ordered list is prefaced with numbers, instead of asterisks Input: 1. Milk2. Eggs3. Salmon4. Butter   Output: List with one more depth: All you have to do is to remember to indent each asterisk one space more than the preceding item. Input: * Milk products * paneer * cheese * Barfi * Butter * Buttermilk Output: Paragraphs: We can forcefully insert a new line by clinking enter. You can accomplish soft breaking of lines by inserting two spaces after each new line. Sometimes there is need for formatting paragraphs in lists. This can be achieved as below Input: 1. Crack three eggs over a bowl. Now, you’re going to want to crack the eggs in such a way that you don’t make a mess. If you _do_ make a mess, use a towel to clean it up! 2. Pour a gallon of milk into the bowl. Basically, take the same guidance as above: don’t be messy, but if you are, clean it up! Output: Tables: Input: | Left align | Right align | Center align | |:———– |————:|:————:| | left       |        right|     center   | Output: Blocks: Blocks can be added by adding 2 spaces before line starts. Input: POST/GetOrderStatus Output: Highlighted text: Input: `renders` Output: Some online Markdown editor links listed below where you can try all the styling. http://markdownlivepreview.com/ https://dillinger.io/ Hope you find this helpful!

Share Story :

Markdown Language use in Postman Documentation- Part 1

Introduction: Formatting text in Markdown has a very gentle learning curve. It doesn’t do anything fancy like change the font size, colour, or type. All you have control over is the display of the text—stuff like making things bold, creating headers, and organizing lists. Styling: Bold and Italic: 1) To make a phrase italic in Markdown, you can surround words with an underscore (_ ). For example, _this_ word would become this 2) To make phrase bold in Markdown, you can surround words with two asterisks ( ** ). For example, **really** word would become really Headers: To make headers in Markdown, you preface the phrase with a hash mark (#). You place the same number of hash marks as the size of the header you want. For example, for a header one, you’d use one hash mark (# Header One), while for a header three, you’d use three (### Header Three). Input: #Header one ##Header two ###Header three ####Header four #####Header five ######Header six   Output: Header one Header two Header three Header four Header five Header six     Making links: There are two different link types in Markdown, but both render the exact same way. The first link style is called an inline link. To create an inline link, you wrap the link text in brackets ( [ ] ), and then you wrap the link in parenthesis ( ( ) ). For example, to create a hyperlink to www.github.com, with a link text that says, Visit GitHub!, you’d write this in Markdown: [Visit GitHub!](www.github.com). The other link type is called a reference link. As the name implies, the link is a reference to another place in the document. Here’s an example of what we mean: Input: Here’s [a link to something else][another place].   [another place]: www.github.com Output: Images: Images also have two styles, just like links, and both render the exact same way. The difference between links and images is that images are prefaced with an exclamation point ( ! ). The first image style is called an inline image link. To create an inline image link, enter an exclamation point ( ! ), wrap the alt text in brackets ( [ ] ), and then wrap the link in parenthesis ( ( ) ). (Alt text is a phrase or sentence that describes the image for the visually impaired.) For example, to create an inline image link to https://www.cloudfronts.in/wp-content/uploads/2018/03/PostmanDocumentation.png, with an alt text that says, Postman Documentation, you’d write this in Markdown: ![Postman Documentation](https://www.cloudfronts.in/wp-content/uploads/2018/03/PostmanDocumentation.png). For a reference image, you’ll follow the same pattern as a reference link. You’ll precede the Markdown with an exclamation point, then provide two brackets for the alt text, and then two more for the image tag. At the bottom of your Markdown page, you’ll define an image for the tag. Input: [Reference Link][Postman Documentation]   [Postman Documentation]:https://www.cloudfronts.in/wp-content/uploads/2018/03/PostmanDocumentation.png Output: Reference Link In the next blog, we will discuss some more styling related to MarkDown Language.

Share Story :

Postman Documentation for Web Service

Introduction: Postman is the complete toolchain for API developers. It supports every stage of API Lifecycle and in this blog, we will have a look on how a beautiful web-viewable document can be created. Postman’s API documentation feature lets you share public and private API documentation. Pre-requisites: 1) Postman 2) Web service already created. Steps to be followed: Step 1: Create the documentation from the- New Button Launch Screen Step 2: Click on Documentation tab. Step 3: You can create new API request or you can create document for existing collections. In this example we will cover for existing collections. Step 4: Tab where you can enter the description will be visible. In this tab we can write in Markdown language. This editor support Markdown language only. The syntax for writing it is simple and non-developer can also write it. Markdown styling details can be found in below link. There are examples on styling with header, tables, links etc. Markdown Styling Step 5: When all the styling is done, documentation link will be provided. Step 6: When you click on the link, your documentation will be visible. When you click on Publish, the link will be available publicly and you can share with your team members. Anyone with this link will be able to view the document and run web service requests. When you click on Expand, complete request is visible. Same way responses can be added by saving an example You can also go through the documentation provided by Postman. The link is given below: https://www.getpostman.com/docs/v6/

Share Story :

Publishing Web Service on IIS using File System Method

Introduction: In this blog, we will have a look on how a web service can be published on IIS and made publicly available. Description: Publishing is the process to make an Application code suitable to host on the Server by merging DLLs and keeping only the required UI code. The steps required for hosting a web Service to the Server are as follows: Steps to be followed: Step 1: Create the Application in Visual Studio. 1. Click on New Project → Go to Visual Studio Tab → Click on Web → Select ASP.NET Web Application → Change the name of the project and set the location for the project → Click OK. 2. Select Empty template as we will write the code by our self and not use the existing code → Select Web API and make sure Host in cloud is unchecked as we will be hosting the web service on IIS → Click OK. 3. When you click OK, project will be created and you can make modifications as per your requirement. Add a controller and write the HTTP methods you want to call. 4. We will create an empty controller and add the required methods. 5. Add the methods and add the routing action required so we can call it from anywhere. Step 2: 1. Right click on the project created and click Publish. b. Select the Publish Target. Select the option, where you want to save the published file. There are lot of options given by Visual Studio to save the published files, as shown below. In the above image, we have seen there are many options listed to publish the application: Microsoft Azure App Service: You need Azure subscription to use this option. Import: This option is used to publish applications which is based on the predefined configuration files given by hosting provider, which will directly publish the files in your hosting provider environment. Custom: Publish the application in your own machine location or FTF Server. Microsoft Azure API apps: This option is used to publish REST API’s Services in Cloud. Microsoft Azure virtual machine: This option is used to publish the Application in Microsoft virtual machine which requires an Azure subscription. 3. Create Custom profile and give the profile name as per your requirement and Click OK. 4. Choose Publish Method. Now configure the created profile, which decides where and how to publish the files and select the Target location of your local system in which you want to store the published files, as shown below. 5. Choose Publish code type: What type of code you want in production environment by choosing release or debug option, as shown below. Debug: Choose this option when you want to debug your application after the hosting. Release: Choose this option when you do not want to debug the Application after hosting and make the Application faster. Click Next. 6. Preview the configuration: Now click Publish option and watch the output Windows. You will get a message that your application is published successfully. 7. Now navigate to the target folder and see the published files, as shown below. Conclusion: We have seen our published code, which is used to host in IIS. I hope from all the preceding examples, we learned how to publish ASP.NET Web API Service in File system.

Share Story :

Getting Started with Microsoft Forms

Posted On August 3, 2017 by Abhishek Kumar Posted in

Introduction: Microsoft Forms is a simple app, which allows you to create customizable forms or quizzes and can be used for survey, quiz and poll purpose. It is included in Office 365 work and school accounts. In educational institutions, it can be used to create quizzes, collect feedback from parents and teachers, plan staff activities. In business organisations it can be used to collect customer feedback, measure employee satisfaction, improve product or business. Microsoft Forms is generally available in all Office 365 educational suite licensing: office 365 Education, office 365 Education plus, Office 365 education E5. Microsoft Forms is available in Preview in the following Office 365 commercial suites: Microsoft 365 Business Basic, Microsoft 365 Business Standard, and Office 365 Enterprise E1, E3, and E5 plans. This preview for commercial subscribers comes with same features as it is currently delivered to Office 365 Education subscribers. Get Started: Sign in into Microsoft Forms (https://forms.office.com) with Office 365 credentials. My Forms – Forms which you have created and shared will be shown below My forms. Other Forms – Forms created by others and shared to you will be shown below Other Forms. Create a new survey form or quiz form: There are options given if you want to create a survey, click on New Form or if you want to create a quiz form click on new quiz. In this case, we will see how to create a survey form (Customer Satisfaction Survey). Firstly, we need to click on New Form (Form will get opened as show in above image). We need to provide a title to the form as Customer Satisfaction Survey and we can also add a description to this form. Click to Add question. After selecting Add Question, we will be provided with the options of whether it will be a multiple-choice question, Rating question, auto graded quiz question or Date question. Select the type of question that you want to create and can add a picture with the question by insert image option (shown in below image). An example of choice question (shown in below image). In choice question, we will be getting multiple choices, if the question is required to fill you can simply turn on the Required toggle switch. We can also add subtitle to the question or can insert image (as shown in above image). We can also shuffle options if it is supposing a quiz form. An example of rating question (shown in below image). So, here in rating question levels are given from 1 to 10, we can label it accordingly. In our case I have given level 1 to 5 where 1 is POOR and 5 is GOOD. After creating a form, we can preview it by clicking Preview button at the top of window to see how form look like. Sharing the form – You can send the Forms or Quizzes either copying the link or through QR code, also you can embed it in website. We can select whom to send the form anyone with link or only people in my organization, if we have selected “Only people from my organization” and if other person outside of my organization tries to open a form he will be getting permission issues. Responses – It is a real-time process and if someone responds to the form, we will able to see the response below Response Tab. We can have maximum of 5000 responses and if we want more we can export the existing responses to excel and delete it from Forms. Opening Response in excel – Go to Responses Tab and click open in Excel, you can easily view all of the response data for you form or quiz form in Microsoft Excel. Branching:  You can add branching logic to a survey or quiz so that it changes according to the responses to specific questions. Share a form to collaborate: When share a form to collaborate, you create special link which allows others to make changes of designs of a quiz or form started by   you. Contributors will be able to view, edit and delete responses and can share with others by sending the collaborate link. To share a Form to collaborate – Open the quiz or form you want to share to collaborate. Click Share. Click Get a link to view and edit. Share as a template: You can easily share a Form or Quiz as a template so that your colleague can duplicate it and use it as their own. Open the quiz or form you want to share as a template. Click Share. Click Get a link to duplicate. Copy that link and send it to anyone. Another person navigates to that form URL and will be getting a link to duplicate it. By clicking on duplicate it, a copy of the Form or Quiz will be created in the profile of that person with whom you have shared. Conclusion: You can easily create customizable forms and quizzes using Microsoft Forms which can be used for surveys, quiz and polls.

Share Story :

SEARCH BLOGS:

[gravityform id="36" ajax="true"]

FOLLOW CLOUDFRONTS BLOG :