• Roz
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 8
    Replies

Hi there

 

an application that is integrated with Salesforce for our organisation polls contacts periodically for any changes.

 

The developers of that app advise they are using getUpdated(objType, startTime, endTime); to do this.

 

 Unfortunately their app does not distinguish between record types which means if I do a mass update of contacts for another department, it lags the other app.

 

Is there a way for them to use getUpdated() with recordtypeid to limit the update to specific records only?

 

Thanks!

 

Roz 

Hi All,

 

I want to fill the data in picklist by using query or want to fill the data from custom objects. how do I do??

And also in My Application there are two picklists. so based on the first selection I want to fill the second Picklist.

I know about "Field Dependency" option.But that is again Static. I want to fill it dynamically.

 

I want to do it By AJAX. Is it possible??

 

 

Thanks in Advance,

 Brijesh Thakur 

Hi there

There is an Age field available on Opportunity reports. 

We are trying to find it to see how it is calculated, but can't find it anywhere.

Is it just a calculated field on the report?  If so, how do we find out how it calculates?

Thanks.

Roz
Hi there

I recently added some new values to a multi-select picklist.

The values are all showing in the picklist for all record types, however, in the actual page, the values are not showing up in the drop-down box.

Any advice appreciated!

:smileysad:
I'm looking for a method to format a datestamp field into a dd/mm/yyyy field.
The object we're refferencing is the default Opportunity object.

Currently returns:
Start Date:Tue Nov 25 00:00:00 GMT 2008
Would like it to return:
25/11/2008
The code for this is:
Start Date:{!relatedTo.EngagementStartDate__c}<br />

Anyone have any ideas? Everyone says to use the get, methods on a date, but our sforce resource stated that I can't do that in a template or merge document.

Regards,
N

PS
While we're here, I'd like to also merge in information of the Primary Contact. I know this is a one line requirement that has a whole slew of problems, but my alternative is writing a trigger that populates a new lookup field with the primary contact and using that field to drill to various pieces of information, this is a REALLY cumbersome solution, I'd rather call on the related contact roles list, but accounting the resource, if/else functions don't work on that list.


Message Edited by Nonick on 11-26-2008 05:24 PM
Hey,

Basic question re. web-to-lead.  If the Web-to-Lead form (as generated by Setup->Customize->Leads->Web-to-Lead->Create Web-to-Lead Form) is populated by a 3rd party website, then does it suffice to post it to the URL

https://test.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST"

(or "www.salesforce.com", or whatever)

with the Org Id specified in the form

<input type=hidden name="oid" value="orgId">

Wouldn't there need to also be some sort of authentication?  If not - wouldn't it suffice to just change the orgId in the above, and have your Leads suddenly directed to a whole other org?

Clearly I'm missing something.  Can anybody set me straight on this?

Thanks!