• CaitlinM
  • NEWBIE
  • 55 Points
  • Member since 2011

  • Chatter
    Feed
  • 2
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 13
    Replies

Hello!

 

We have a large number of Queues(50+) which need to be deployed between Orgs.

 

Got as far as creating the Qs and its member objects by uploaded data to following 3 objects:

 

-Group

-Group Member

-QueueSObject

 

Question:

How to move over data for Queue filter criteria and fields to display?

 

Any pointers to get acess to these through object level or metadata appreciated!

 

Thank you

 

 

 

I am not able to view "work with portal" button with a user having custom profile. But this functionality is working with another profile(customer portal profile). "Work with portal" buttons are available on contact page layout and both profiles have the same contact page layout assigned to them. I would like to know which setting I am missing between this 2 profiles

We are trying to pass a hidden value to the Priority field with our web to case form. We are using this syntax, but it's blank in the created case: 

 

<input type=hidden name="Priority" id="Priority" value="Level 3 - Medium">

Is there something wrong with this syntax? Is it just not possible to set a value to this field? Other hidden fields are working in our form. We also tried leaving it off the form entirely and using the picklist's default value to set the value, but this still left us with a blank field. 

I've succesfully used the Selenium IDE to record and play back tests in my browser within Salesforce. 

 

Where I'm hitting an issue is with the portion of my testing that involves a Visualforce wizard. Since the element IDs are dynamic, if I close the browser and start a new session, my test can't find the elements. 

 

I'm looking for a way to identify these dynamic elements in the Selenium IDE. I've read through some documentation but haven't found something that seems to work with Visualforce. Any ideas? Here's an example of an element I'm trying to find, to input text:

 

<apex:inputField id="s1f04" required="true" style="width: 200px" value="{!newSession.Class__c}"/>   

 

Here's an example of the dynamic IDs that are generated, which change every time: id=j_id0:scwform:j_id29:j_id65:s1f05

 

Is there some way I can use this "s1f04" id to locate my field? Something else? 

Is it possible to enable writable audit fields on custom objects? We have a case where we are running a formula field off of CreatedBy and often users don't import data using the correct user. Rather than deleting and reinserting to make the fix, since we have a lot of related records to fix as well, it would be faster if we could set the CreatedById. I've read that you can enable these fields for standard objects with a case to Salesforce, but has anyone successfully done this with custom objects? Thanks. 

We have a requirement for a multi-select picklist that will eventually exceed (by a lot) the 150-value limit on custom multi-select picklist fields. Has anyone found a workaround for this limit? 

Hello!

 

We have a large number of Queues(50+) which need to be deployed between Orgs.

 

Got as far as creating the Qs and its member objects by uploaded data to following 3 objects:

 

-Group

-Group Member

-QueueSObject

 

Question:

How to move over data for Queue filter criteria and fields to display?

 

Any pointers to get acess to these through object level or metadata appreciated!

 

Thank you

 

 

 

Hello,

 

I am doing some volunteer work with the Nonprofit Starter Pack.  When I create Contacts related to an Account, it automatically creates a Household for the Contact.  Is there a way to disable this?  I need the ability to create Contacts for Accounts separate from Households.

 

Thanks,

Russell

Hi All,

 

I have two field on account.

One is look up to the user and other is a custom field.

 

Requirement is something like this:

When i select user A then immediately Custom field should be populated with His manager name.

This requirement is same as below.

Custom field on account can be picklist also and value withing this can come from say a custom field from user

 

Regards,

Subham

 

Is it possible to enable writable audit fields on custom objects? We have a case where we are running a formula field off of CreatedBy and often users don't import data using the correct user. Rather than deleting and reinserting to make the fix, since we have a lot of related records to fix as well, it would be faster if we could set the CreatedById. I've read that you can enable these fields for standard objects with a case to Salesforce, but has anyone successfully done this with custom objects? Thanks. 

Is it possible to embed an image in a Force.com custom object? For example, if I want to create a custom object for real estate properties and I want to embed images of the properties in the custom object.

If so, how can it be done?

 

thx,

Arno

  • March 07, 2012
  • Like
  • 0

I have a lookup field on the account that pulls from a list of accounts that have a specific value in a custom field.

I want to be able to take that value and populate a filed on the opportunity, and also use that account info to populate the address of that account on the opportunity as well.

 

The goal is to be able to use the related account and address information in the quote pdf template. If there is another way to do that I am eager to find out.

 

I don;t want my users to have to enter the same information multiple times.

Hi,

 

To present a Report, the relation b/w Object A and Object B must be:

 

A) Atleast 1 element on object A must match with element on B?

B)  No matchings of elements b/w objects A and B needed?

:

:

 

or Any other answer? please let me know. This is an Adm201 cert. Q  I faced recently.

 

Thnks in advance..

  • February 24, 2012
  • Like
  • 0

I am creating an email template. I would like the email template to show the first name of a contact attached to a custom object I build. I have tried this: {!Object__c.Contact__c.FirstName} but it shows up as a blank on the email. Is it possible to show just the first name of the contact related to the custom object. Thank. 

Hi,

 

I just created a new trigger and am trying to push it to the production site. As I know I cannot do it unless I have 75% test coverage. However, I have tested it in Sandbox and it worked the way I need. I think it will work without code test.

 

So is it possible that I can deploy my trigger from Sandbox to Production site without any tests?

 

Any responds are much appreciated.

I am not able to view "work with portal" button with a user having custom profile. But this functionality is working with another profile(customer portal profile). "Work with portal" buttons are available on contact page layout and both profiles have the same contact page layout assigned to them. I would like to know which setting I am missing between this 2 profiles

Hi,

 

Does SFDC supports Multilingual?

Hello

 

I created custon button for quotes. I want that when a user clicks a button, the quote record type is determined by the opportunity record type (and the user don't have to pick the quote record type).

I know this can be solved somehow with condition in the URL, so I created something, but it didn't work:

 

/0Q0/e?retURL=%2F{!Opportunity.Id}&oppid={!Opportunity.Id} & if {{!Opportunity.RecordTypeId} = "012U00000004sGd", {!Quote.RecordType}= "012U000000053px", {!Quote.RecordType}= "012U000000053q2"}&ent=Quote

 

 

Thanks!

 

Itay