• veda Hebbar
  • NEWBIE
  • 285 Points
  • Member since 2015
  • Technology Associate
  • Trekbin

  • Chatter
    Feed
  • 7
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 9
    Questions
  • 68
    Replies
Hi All,

I want to display Dashboards tab for community user. The community is created using Napil teplate. Iam not finding ways to display dasboards using napili template. please help.

thanks in advance.

Vedashri
I have this rule set up to notify if a lead has been changed to someone else, but i don't want it to notify if it is a certain lead status

ISCHANGED( OwnerId ) && (Status  <> "CP Lead")

Syntax error: Error: Function ISCHANGED may not be used in this type of formula
 
Hello,I was trying to create a process that should notify when there has been a value typed in a custom field in Opportunities. 
But when I try typing something in this field to try it (as the admin) I always receive the error message:

The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 30158000000CuOw. Contact your administrator for help. 

There is no trigger or class involed I only created a custom field and this process in Process Builder.

Maybe it doesn't work because I am the administrator myself?
What can I do?

Thanks in advance:)
Hello, I created a process that should notify when there has been a value typed in a custom field in Opportunities. 
But when I try typing something in this field to try it (as the admin) I always receive the error message:

The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 30158000000CuOw. Contact your administrator for help. 

There is no trigger or class involed I only created a custom field and this process in Process Builder.

Maybe it doesn't work because I am the administrator myself?
What can I do?

Thanks in advance:)
Hi All,

How to get the query the data that has been modified in last 24 hours  ?

Can any one helpme on this query

Thanks in advance

Hi,
i need to get the data from the selected picklist..

the picklist is to have 5 records, if i selected 1 record from the piclist in the visual force page the cases object data is to mbe shown which is assigned to that contact.

can anyone help me on this?

Hello, 
I have a custom field namely Score and I want to display the standard 'Rating' which can be found in Accounts with the picklist (hot,warm,cold) based on this custom score field (Number field) in a formula field. I have problems coming up with right formula, just for example:

IF( Score__c>=2.5,hot,cold), so when the score is above 2.5 the Rating is shown as hot.

Is there a way of putting that with the Rating picklist into a formula to receive one these Ratings (hot,warm or cold) for an Account?
Or should I maybe consider doing this with a Validation Rule?

Thanks in advance :)
Hello, 
I want to display one of the possible Ratings for each of my Accounts (hot,warm,cold) based on a score (Number field), just for example:
IF( Score__c>=2.5,hot,cold), then the Rating is shown as hot.

Is there a way of putting that with the standard field Rating into a formula to receive this Rating for an Account?
Or should I maybe consider doing this with a Validation Rule?

Thanks in advance :)
Hi Friends,

I have two custom objects 
1)  Invoice__c
2) Invoice_Product__c

These 2 objects have master detail relationship between them (Invoice_Product__c is child object)

Here, i am writing a visualforce page on parent object (Invoice__c) where i need to get the values of my child object (Invoice_Product__c).

My Page : 

<apex:repeat value="{!Invoice__c}" var="inv" id="theRepeat"> 
                
                    <tr style="font-size:16px;height:300px;vertical-align:text-top;Font-family:Verdana,Arial;"> 
                        <td style="border-left:1px solid;border-top:none;border-right:none;border-bottom:none;text-align:center;"><apex:outputText value="{!inv.Quantity__c.Invoice_Product__r}"/></td>
                      
                        <td style="border-left:none;border-top:none;border-right:1px solid;border-bottom:none;text-align:center;"><apex:outputText value="{!inv.Product_Name_del__c.Invoice_Product__r}"/></td>           
                        <td style="border-left:none;border-top:none;border-right:1px solid;border-bottom:none;text-align:center;"><apex:outputText value="{!inv.orderDiscount.Invoice_Product__r}" /></td> 

The Highlighted fields are from child object (Invoice_Product__c)

The error i was geeting was ::

  "Unknown property 'Integer.Invoice_Product__r'

How do I get the fields of (Invoice_Product__c) on my page.

Any help would be appriciated..!


 
I have a few validation rules defined on custom fields of account object. These fields are getting fetched on a VF page, but the validation rule error messages are not getting displayed on the page. I have added the tag  <apex:messages /> in my VF page, still the error msg is not getting displayed.
Kindly advise what i should do so that the validation rule error msg gets displayed on the VF page.

Thanks,
Sandhya
Hi Guys,

I need a trigger to count the task of Account, Contact, opportunity and update in the Account count field with sum of Account task, Contact task, Opportunity task.

EX - Create a Account, create 2 task on Account, create a contact related to this account and create 1 task, create a opportunity related to this account  create 2 task. In Account Count Field it shoud be 5 taks.
Hi,

I have done one visual flow ,output is just create a test record in custom object........But i got error 



User-added image

Could anybody expalin the how to debug