Importance syntax rules when working with JAVA – User friendly Tech help

Lets learn some of the basic and critical rules that we should know as JAVA developers.n n Being aware of a single shortcoming within yourself is far more useful than being aware of a thousand in someone else. n 1. Name of Class should start with uppercase letter.nExample:- nMyFirstClass rather than myfirstclassnn2.Methods and variables of class…

AngularJS Interview Questions-Set1 – User friendly Tech help

Here comes our first set of Interview questions on Angular JS. Hope it assist the job aspirants to crack the interviews.nnDo like our Facebook page or follow on Twitter for more questions.nnIt is said “The end justifies the beginning” ,so begin right,prepare well for the interview and crack it.n n n n n n n…

Approach to find last row or column using VB script in Excel?

We are sharing techniques to work with a dynamic set of data in Excel. Technique 1: Using UsedRange Property This method is commonly used and is one of our favorites. However, sometimes, if there’s formatting in the sheet, it points to the last range of the excel (like 1,048,576 rows in Excel 2013) rather than…

Tooltip that follows cursor using Directive in AngularJS – User friendly Tech help

How to create a custom tooltip using Directive in AngularJS? n Scenario: – n Today our target is to create a tooltip which is visible on mouseover an HTML element. n Approach: –  n We would utilize “Directive” methodology of Angular JS in achieving this. n Incase You like our tutorial, please help us to share it with…

Handy tips while working with Salesforce Vlocity Dataraptors – User friendly Tech help

Problem- How to improve productivity while working with Dataraptors n 1)Always start with creating new version of the dataraptor, it avoids overwriting the existing stable changes, or you can always fall back to previous versions in case your changes don’t work as expected. n 2)In Extract Data raptor, to fasten the mapping process, its better…

Extract data from Custom Metadata type using vlocity Dataraptor

Instructions to Extract Data from Custom Metadata using Vlocity Dataraptor: Create Custom Metadata Type in Salesforce: Navigate to Salesforce setup and create a Custom Metadata type. For more details, you can refer to Setup > custom metatype. Create an Extract Dataraptor: Once the Custom Metadata type is set up, proceed to create an Extract Dataraptor….

Learning basic’s of Extensible MarkUp Language(XML) – User friendly Tech help

Scenario:– Learning XML, Rules and Meaning of XML, Well formed XML, Delimiters in XML n Solution :- In this video tutorial we tried to touch basics of XML. n What is XML? n n Extensible Markup Language n Extensible :- Capable of Being Extended n Markup :- In the form of tags, indicating logical components…