Hi Sir/Mam,
I have Created a simple plugin to fetch the details of list of sections
<?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://plugin.powerschool.pearson.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation='http://plugin.powerschool.pearson.com plugin.xsd' name="Bayana-PowerSchool-API Plugin" version="1.0....
And Also Created a powerqueris
<queries>
<query name="com.ecnetonline.app.sectionsgetgradebooktype" flattened="true" coreTable="SECTIONS">
<columns>
<column column="SECTIONS.DCID">DCID</column>
<column column="SECTIONS.GRADEBOOKTYPE">GRADEBOOKTYPE</column>
</columns>
<sql><![CDATA[
select dcid,gradebooktype from sections
]]></sql>
</query>
</queries>
and getting no record found. So please can you suggest us why not getting records any changes required let me know. @TechA
Thank you for reaching out for assistance through the Community!
I will follow up with you through private message to gather more information.
We also encourage other users to respond to the post to assist as well.