Skip to content

Commit

Permalink
Replace Namespace token to use %%%NAMESPACED_ORG%%%
Browse files Browse the repository at this point in the history
  • Loading branch information
cidarm committed Jan 8, 2025
1 parent f60f977 commit f6d3196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/GGW_ApplicationCtrl.cls
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public with sharing class GGW_ApplicationCtrl {
Id sectionId = s;
String objName = sectionId.getsobjecttype()+'';
System.debug('### Obj: '+objName+' ID: '+s);
if(objName.equals('%%%NAMESPACE%%%GGW_Section__c')){ // Create new selected item junction for section
if(objName.equals('%%%NAMESPACED_ORG%%%GGW_Section__c')){ // Create new selected item junction for section
res = true;
}
return res;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Application_Name__c</fullName>
<externalId>false</externalId>
<formula>HYPERLINK(&quot;/lightning/n/%%%NAMESPACE%%%GGW_Grant_Editor?c__uictx=page&amp;c__recordId=&quot; &amp; Id, Name, &quot;_self&quot;)</formula>
<formula>HYPERLINK(&quot;/lightning/n/%%%NAMESPACED_ORG%%%GGW_Grant_Editor?c__uictx=page&amp;c__recordId=&quot; &amp; Id, Name, &quot;_self&quot;)</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>Application Name</label>
<required>false</required>
Expand Down

0 comments on commit f6d3196

Please sign in to comment.