function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chirugantachiruganta 

Is is possible to maintian separate Inventory (Custom object) For Each Territory?

Ashish_SFDCAshish_SFDC
Hi Chiru,

We do not have any standard feature to track the Inventory based on Territory.

You can create different Custom Object for each territory and Group the count later if needed. 

You may also try adding couple of fields to the Inventory to catagorize the territory to which they would be assigned to, ex - add a picklist field to the Inventory object where you can select from the number of territories on the record.

Or you may also try the Apps in the App Exchange :

https://appexchange.salesforce.com/results?keywords=inventory%20management

Regards,
Ashish
chirugantachiruganta
Hi Ashish,

Thanks for the reply.

Is it possible to create a relationship (lookup/masterdetail) between custom object & Inventroy?
Ashish_SFDCAshish_SFDC
Hi Chiru, 

If Inventory is an existing object in Salesforce then definately we can create a relationship. 

See the documentation below, 

You can define master-detail relationships between custom objects or between a custom object and a standard object. However, the standard object cannot be on the detail side of a relationship with a custom object. In addition, you cannot create a master-detail relationship in which the User or Lead objects are the master.

http://www.salesforce.com/us/developer/docs/api/Content/relationships_among_objects.htm

Regards,
Ashish