Skip to content

Commit

Permalink
fixed fetchxml
Browse files Browse the repository at this point in the history
  • Loading branch information
ITKDeanna committed Jul 4, 2024
1 parent ae0e163 commit d550a26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="moeCAPS" constructor="AFGProjectsEditGridV2" version="0.0.7" display-name-key="AFGProjectsEditGridV2" description-key="AFGProjectsEditGridV2 description" control-type="standard" >
<control namespace="moeCAPS" constructor="AFGProjectsEditGridV2" version="0.0.8" display-name-key="AFGProjectsEditGridV2" description-key="AFGProjectsEditGridV2 description" control-type="standard" >
<!--external-service-usage node declares whether this 3rd party PCF control is using external service or not, if yes, this control will be considered as premium and please also add the external domain it is using.
If it is not using any external service, please set the enabled="false" and DO NOT add any domain below. The "enabled" will be false by default.
Example1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,14 +559,14 @@ export class AFGProjectsEditGridV2 implements ComponentFramework.StandardControl
'<attribute name="' + valueField + '" />' +
'<attribute name="' + textField + '" />' +
'<order attribute="caps_type" />' +
'<filter type="and" >' +
'<condition attribute="statecode" operator="eq" value="0" />' +
'</filter>' +
'<link-entity name="caps_submissioncategory" from="caps_submissioncategoryid" to="caps_submissioncategory" link-type="inner">' +
'<filter type="and" >' +
'<condition attribute="caps_categorycode" operator="eq" value="AFG" />' +
'</filter>' +
'</link-entity>' +
'<filter type="and" >' +
'<condition attribute="statecode" operator="eq" value="0" />' +
'</filter>' +
'</entity>' +
'</fetch>';
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<LocalizedName description="AFGProjectsEditGrid_V2" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>1.5</Version>
<Version>1.6</Version>
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
<Managed>2</Managed>
<Publisher>
Expand Down

0 comments on commit d550a26

Please sign in to comment.