Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Author: Webner

We are a software development company in India.
March 8, 2017 Salesforce

Salesforce | How to add new line character to formula field

March 8, 2017 Salesforce
Post Views: 13,120
| By Webner

Solution: You can add a newline character to formula field by using BR() function. For Example:  Formula Field value: “Manager Schedule: Name, DOB, CDL #, Yrs Management Experience, Hire Date” & BR() & “Vehicle Schedule: Year, Make, Model, VIN, and

Read More
March 7, 2017 Salesforce / Web Development

Salesforce | Send daily emails using workflows till the status changes

March 7, 2017 Salesforce / Web Development
Post Views: 6,080
| By Webner

We have a custom object Survey and it has a status field with the values: New, Pending and Purchase. When Survey is in Pending status we want to send email to the user on every second day till the status

Read More
March 7, 2017 Salesforce

Salesforce | Formatting date and numbers on VF page

March 7, 2017 Salesforce
Post Views: 6,982
| By Webner

Problem: How to format output text field value on VF page and also number formatting? Description: In a situation I have date field on the vf page which is binded to date field having value in format “Thu Dec 1

Read More
March 7, 2017 Java Frameworks

Javascript | Adding days to date string and displaying in specific format

March 7, 2017 Java Frameworks
Post Views: 4,586
| By Webner

Suppose we want to add a number of days to given date string. For this, it can be done as follows: var givenDateString = “2016-10-10”; var dateObj = new Date(givenDateString); // Converting date string to date Object to perform any

Read More
March 6, 2017 Java Frameworks / Web Development

Java Struts | How to remove the action extension in Struts 2 framework

March 6, 2017 Java Frameworks / Web Development
Post Views: 7,119
| By Webner

In struts.xml file of your web project, replace value for constant named “struts.action.extension” to as shown below : <struts> <constant name = “struts.action.extension” value=”,”> </constant> <!– we have set value for this constant to comma that means no extension as

Read More
March 6, 2017 Salesforce / Web Development

Salesforce | Editing a task assigned to another user by task owner

March 6, 2017 Salesforce / Web Development
Post Views: 14,425
| By Webner

Problem: Task owner was not able to edit the task which is assigned to other user. I have a situation where a system admin assigns a standard user as an owner of the lead. Like in my case Abc is

Read More
March 3, 2017 Salesforce

Salesforce | Fetch all the tasks related to an sfobject

March 3, 2017 Salesforce
Post Views: 3,977
| By Webner

Description: I have a situation where I want to fetch all the tasks related to the account object. Solution: You get all the task records which belong to any of SF object using single SQL query. For Single object: For

Read More
March 3, 2017 PHP Frameworks

PHP | Only first word showing in textbox from assigned sentence

March 3, 2017 PHP Frameworks
Post Views: 5,699
| By Webner

Problem: After the first space in the string no data appears in the input field. There is an issue when a string contains words with spaces and we want to display the whole string in an input field but after

Read More
March 2, 2017 Java Frameworks / PHP Frameworks / Web Development

Adding custom merge tags to the Gravity forms

March 2, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 12,474
| By Webner

Merge Tags in gravity forms are the tags that are used to dynamically populate the field values in the form content in gravity forms like IP address, browser name, logged in user name etc . There are many merge tags

Read More

Posts pagination

«Previous Posts 1 … 115 116 117 118 119 … 172 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection