Change in Parameter Values for sforce.one.navigateToRelatedList()

The sforce.one JavaScript utility object is used to manage navigation for Salesforce1 apps written in Visualforce. The accepted values for the relatedListId parameter of the navigateToRelatedList() function have changed to always use the API names of related lists.

Previously, some standard lists used an internal ID instead of the API name. These internal IDs weren’t documented, were hard to discover, and couldn’t be retrieved dynamically. In Spring ’15 they are no longer supported. If you’ve used sforce.one.navigateToRelatedList() to navigate to related lists in your Salesforce1 apps, you might need to update any hard-coded parameter values.