• DanCurryJr
  • NEWBIE
  • 0 Points
  • Member since 2009
  • Sr. Solutions Engineer
  • MIL Corp


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 13
    Replies
There is custom object called 'work' where we need an alert if its not assigned 2 weeks prior to assign date on the object, alert will be daily till its not assigned.
Can this be done via workflow or anyways without code (trigger)  or only code can accomplish this?
Also this won't be an email alert but popup kind of reminder is needed when manager logs in to salesforce.

Any idea or suggestions please.

Thank you.
Hi all,

I would like to create Asset hierachy with a single REST API call, providing root Asset and his child Assets (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_composite_sobject_tree_create.htm)
I can't do this because it seems that Asset.ParentId field doesn't have relationship name

User-added image

I tried to guess relationship name but with no success.

Here is my sample request body:
 
{
    "records": [{
        "attributes": {"type": "Asset"},
        "Name": "Site Nested",
        "AccountId": "someId",
        "ChildAssets": {
            "records": [{
                 "attributes": {"type": "Asset"},
                 "Name": "Device Nested 1",
                 "AccountId": "someId"
            },{
                 "attributes": {"type": "Asset"},
                 "Name": "Device Nested 2",
                 "AccountId": "someId"
            }]
        }
    }]
}

Do you have any idea how this can be achieved?
I have been into Microsoft Technologies for more than a decade and would like pursue my interest on Salesforce.

Just wondering where should I start from and the career opportunities available

I have just created Salesforce login
Hi All,

Please let me know how to know the total size of static resources uploaded in dev sandbox. I would like to know in that sandbox how much size is left for static resources to upload.

Hi There,

 

This is a tiny detail but it's been bugging me for a while. I'm using pageBlockTables all over the place in my VF pages and I'm using commanLinks in most of them. *All* of them have a strange misalignment in the first row (see screenshot)

 

Is everyone having this problem or is it just me?

 

Here is the code:

 

 

         <apex:pageBlock mode="view">
                <apex:pageBlockButtons >
                    <apex:commandButton action="{!createPriceBreak}" value="Add PriceBreak"/>
                </apex:pageBlockButtons>
                     <apex:pageBlockSection title="Products" columns="1" >
                     <apex:pageBlockTable value="{!Products}" var="p">
                        <apex:column width="70px" headerValue="Action">
                        
                     |<apex:commandLink action="{!deleteProduct}" value="Del" id="deleteProductLink">
                            <apex:param name="productID" value="{!p.ID}" />
                        </apex:commandLink>|

                        </apex:column>
                    <apex:column style="font-weight:bold" headerValue="Name" width="320px">
                        <apex:commandLink action="{!viewRateCardProduct}" value="{!p.Name}" id="viewRateCardProductLink">
                            <apex:param name="productID" value="{!p.ID}" />
                        </apex:commandLink>
                    </apex:column>

                        


                    </apex:pageBlockTable>
                </apex:pageBlockSection>
            </apex:pageBlock>

 

 

Hello,

 

I am facing problem in passing the values on visual force page. actually i want when i select one value from the lookup field, it will automatically give its related values or other values saved in that on visual force page.

 

e.g.

Suppose i have registred myself for hostel and when they select my name form lookup filed of students. it gives my whole detail on same page automatically.

please anyone give me example code for the same. i need it urgently.

 

Thanks In Advance.

  • September 13, 2010
  • Like
  • 0

 

Trying to filter on a rich text field yields the following error:

 

 

 

INVALID_FIELD: 
formation__Form_Field__c where formation__Info__c != ''
                               ^
ERROR at Row:1:Column:584
field 'formation__Info__c' can not be filtered in query call