• Ghulam
  • NEWBIE
  • 60 Points
  • Member since 2016
  • Salesforce Analyst
  • Polestar Solutions & Services India LLP

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 26
    Replies
Hi everyone,

How can I integrate google calendar with salesforce calendar??

Thanks,
Ghulam
Hi everyone,

How to enable Home tab as landing tab in Salesforce Setup  means If i login to salesforce it takes me to Home tab on setup page.
earlier I have lost my Home Landing tab from Setup and for last few hours i trying to customize it but unable to do.... how can i customize it...... For detail understanding of this question,please see below snapshot..

User-added image

I just want Home tab here before Accounts tab like below image.... how can i customize it....

User-added image



thanks,
Ghulam
Hi Evereyone,

I want to create an approval process which requires approval from one user(Role : CFO ) if Assessed Loss < 5 lacs and if Assessed Loss >5 lacs than it must be approved by another user (Role: CEO).

I created this approval but its not working as expected... see below..

approval snapshot
 
help me,if anyone can do....

Thanks,
Ghulam
 
<!--campingListItem.cmp-->
<aura:component >
	<aura:attribute name="item" type="Camping_Item__c" required="true"/>

	<ui:outputText value="{!v.item.Name}" />
	<ui:outputCheckbox value="{!v.item.Packed__c}" />
	<ui:outputCurrency value="{!v.item.Price__c}" />
	<ui:outputNumber value="{!v.item.Quantity__c}" />
	<ui:button label="Packed!" press="{!c.packItem}"/>
	
</aura:component>
<!--campingListController.js-->
({
	packItem : function(component, event, helper) {
		var button = event.getSource().get("v.disabled");
		component.set("v.item.Packed__c", "true");
		component.set(button, "true");
	}
})
What am I doing wrong?

 
Hi everyone,

I have created a report with some fields and I have created a formula in report using Report Formulas(Maximum limit of Liability that display  minimum value of all other fields). see below--

User-added image

This report is saved and "Maximum limit of liability " is available in this report, But when I run this report then "Maximum limit of liability " is not available in report, see below---

User-added image

Please help me.. to display "Maximum limit of liability " after run report.

Thanks in Advance,
Ghulam
Hi Everyone,

I have two custom objects.. one is Claim__c(Master) and other is Labour_cost__c(Child).
I have a formula field   Deprecition_amount__c on Labour_cost__c and one number field   Depreciation_Reimbursed__c on Claim__c.

I want to calculate sum of Deprecition_amount__c  which will display sum on Depreciation_Reimbursed__c on Claim__c  for each record.


Thanks in Advance.......
Ghulam
 
Hi everyone,

How to send email to multiple leads.
Hi,
I have two custom object Claim__c(master) and Labour_Cost__c(detail).
They have master detail relationship.
I want to create a Trigger which prevent duplicate Name(standard field which is created default when we create any custom object) only on master object.
but we can multipe record with same Name from detail object and we select it from lookup field (Claim_Name__c) on detail object.
plz write a trigger for same.
for example: I have a record on Master Object with Name='S1 Claim' .
if i create a new record with Name 'S1 Claim' then it will display an error 'record already exists with same name'.
But,I can create multiple record with Name 'S1 Claim' from detail object.

Thanks,
Ghulam
 
GE Healthcare is looking for talented Saleforce.com individuals to help build their new team in the Center of Excellence in Krakow, Poland.

We employ more than 52,000 people worldwide and serving healthcare professionals in more than 100 countries. We believe in our strategy - and we'd like you to be a part of it. As a global leader, GE can bring together the best in science, technology, business and people to help solve one of the world's toughest challenges and shape a new age of healthcare.

Please contact me if you are interested or would like more information.
At GE Healthcare we are committed to creating the ideal workplace! Join us in Krakow, Poland: Senior Java Developer - Salesforce.com http://ow.ly/B50xU For a full list of vacancies, visit http://invent.ge/16VEAHk

 

 

Hi,

 

I have two custom object Job and Task.
They are having master detail relationship where Job(Master) --> Task(Child)

Each Job must contain multiple Tasks.

For e.g. Job Name: Prining Books

 

Task
        Task Name: Task 1
        Task Name : Task 2
       
It should not allow another record with student name as 'Task 1', because it is already available under Job.

But Task Name "Task 1" can be allowed to add under different Job (say under Job Design Graphics), simply because here Task 1 is belongs to different Job.

How to resolve this problem?

Thanks,
Devendra S