Is there any way to fetch the list of Allocation S...
# suiteql
d
Is there any way to fetch the list of Allocation Schedules records? I am not able to execute a search and query using script on Allocation Schedules. When I tried using query in client script it worked but same not working on server side script 
let allocationScheduleQueryResults = query.runSuiteQL({
        `query:
select id, name as text from generalallocationschedule
,
Copy code
}).asMappedResults();`
👍 1