• ThisIsRSN
  • NEWBIE
  • 35 Points
  • Member since 2013
  • Developer/Consultant
  • Freelancer


  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 7
    Replies

I have downloaded Eclipse Mars2.0 on two systems. On one system's Eclipse, I am getting the option to select individual fields and on another system's Eclipse, I am not getting the option to select individual fields (here i am getting the option to select object only).
Can anyone explain the reason why?
User-added image
I have a requirement to migrate data from one Prod Org to Another Prod Org.
What is the best way to Migrate Person Account from One Org to Another Org?
Why Field "OrgExpirationDate" for standard object "EnvironmentHubMember" is not available in formula? 
Is there any workaround, I can use?
Use case: Show flags based on this date field using formula's
Why Field "OrgExpirationDate" for standard object "EnvironmentHubMember" is not available in formula?
Is there any workaround, I can use?
Use case: Show flags based on this date field using formula's

When I am sharing a content pack on Chatter and updating the content pack after sharing. The link to the content pack is disappearing on chatter saying "The file is no longer available".

However, this is not happening for other content packs. What could be the reason ?
Both content pack are in same library, that means i have same access as per the library. Then whats the issue ?

 

Info :

For both the content pack i am not the author.

Both packs are in the same Library.

I am workspace adminstrator in the library.

 

Let me know, if anybody faced same issue.

 

Thanks in Advance.

 

RSN

Hi ,

 

I am curious to know which method for "type: object" are supported in salesforce.

What its use and how it can be leaveraged in salesforce.

 

Thanks

_RSN

 

 

Hi All,

 

When we share files via link, we get

 

a "Chatter logo" and "Share large files for free! Sign UP" option, when we view the file.
 

Do anybody knows, how to remove this things.

 

BR

RSN

--------------

p.s. I hope i am clear with my question. If not, kindly let me know :P

Hi,

 

I have writtern a code on my task Trigger to set "Send Email Notification" to true, but using that its sending email to assigned user Two times,

 

Really not getting the logic and how to solve it ?

 

My code is

 

//List of task
List<Task> taskClone = [Select Id From Task Where Id=:tasks.keySet()];
	
		//Set EmailHeader.triggerUserEmail to true
		Database.DMLOptions dmlo = new Database.DMLOptions();
		dmlo.EmailHeader.triggerUserEmail = true;
		
		System.debug('@@@@@@' + taskClone);
			
		//Update Task 	
		database.update(taskClone, dmlo);  

 

 

Any help would be appreciated

When I am sharing a content pack on Chatter and updating the content pack after sharing. The link to the content pack is disappearing on chatter saying "The file is no longer available".

However, this is not happening for other content packs. What could be the reason ?
Both content pack are in same library, that means i have same access as per the library. Then whats the issue ?

 

Info :

For both the content pack i am not the author.

Both packs are in the same Library.

I am workspace adminstrator in the library.

 

Let me know, if anybody faced same issue.

 

Thanks in Advance.

 

RSN

Hi ,

 

I am curious to know which method for "type: object" are supported in salesforce.

What its use and how it can be leaveraged in salesforce.

 

Thanks

_RSN

 

 

Hi All,

 

When we share files via link, we get

 

a "Chatter logo" and "Share large files for free! Sign UP" option, when we view the file.
 

Do anybody knows, how to remove this things.

 

BR

RSN

--------------

p.s. I hope i am clear with my question. If not, kindly let me know :P