Skip to content

Commit

Permalink
minor formatting change to show lookup relationship
Browse files Browse the repository at this point in the history
minor formatting change to show lookup relationship
  • Loading branch information
ashitsalesforce committed Jan 30, 2024
1 parent 3f65240 commit f5a2153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class RelationshipField {
// new format to support polymorphic lookup relationship -
// <parent object name>:<relationship name attribute of relationship field>.<idLookup field of parent sObject>
// Example - "Account:Owner.username"
private static final String NEW_FORMAT_PARENT_IDLOOKUP_FIELD_SEPARATOR_CHAR = " - ";
private static final String NEW_FORMAT_PARENT_IDLOOKUP_FIELD_SEPARATOR_CHAR = "-";
private static final String NEW_FORMAT_RELATIONSHIP_NAME_SEPARATOR_CHAR = ":";

public RelationshipField(String parentObjectName, String relationshipName) {
Expand Down

0 comments on commit f5a2153

Please sign in to comment.