• kapil p
  • NEWBIE
  • 0 Points
  • Member since 2017

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

Hello,
Is it possible to transfer ownership of a salesforce account to a different salesforce account? Actually I have a old account which have many records and I wanted to move that to another salesforce account.

In short wanted to merge old account with new one.

Thanks

Hello Devs,

I want to access data from below child parent dependencies:

Object tnw_invoice__InvoiceItem__c connected with Object OrderItem and OrderItems connected with Orders

I'm trying to add WHERE condition like Order.Status != 'Closed Lost' in below query:

SELECT Id, tnw_invoice__Order_Item__c FROM tnw_invoice__InvoiceItem__c WHERE tnw_invoice__Product_Code__c = 'xxxxxxxxx8989'

But it's give me error of "Didn't understand relationship......." on developer console query editor.

Thanks for help :)

Kapil

Hello,
Is it possible to transfer ownership of a salesforce account to a different salesforce account? Actually I have a old account which have many records and I wanted to move that to another salesforce account.

In short wanted to merge old account with new one.

Thanks