Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5951911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:36:21+00:00 2026-05-22T17:36:21+00:00

I need to fetch the parent Subjects using Javascript. How can I get all

  • 0

I need to fetch the parent Subjects using Javascript. How can I get all the 1st level parent subjects? Logic should be like when parentsubject is ‘null’. for that I wrote the following query.

 var message =
   [
        "<?xml version='1.0' encoding='utf-8'?>",
        "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema">",
        GenerateAuthenticationHeader(),
        "<soap:Body>",
        "<RetrieveMultiple xmlns=\"http://schemas.microsoft.com/crm/2007/WebServices\">",
        "<query xmlns:q1='http://schemas.microsoft.com/crm/2006/Query' >xsi:type='q1:QueryExpression' >",
        "<q1:EntityName>subject</q1:EntityName>",
        "<q1:ColumnSet xsi:type=\"q1:ColumnSet\" >",
        "<q1:Attributes>",
        "<q1:Attribute>subjectid</q1:Attribute>",
        "</q1:Attributes>",
        "</q1:ColumnSet>",
        "<q1:Criteria>",
        "<q1:FilterOperator >And</q1:FilterOperator>",
        "<q1:Conditions>",
        "<q1:Condition>",
        "<q1:AttributeName >parentsubject</q1:AttributeName>",
        "<q1:FilterOperator>Equal</q1:FilterOperator>",
        "<q1:Values>",
        "<q1:Value xsi:type='xsd:string'>" _____________ "</q1:Value>",
        "</q1:Values>",
        "</q1:Condition>",
        "</q1:Conditions>",
        "</q1:Criteria>",
        "</query>",
        "</RetrieveMultiple>",
        "</soap:Body>",
        "</soap:Envelope>"
    ].join("");

Please let me know what should I pass in _______

Thanks in advance
JK

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:36:21+00:00Added an answer on May 22, 2026 at 5:36 pm

    FilterOperator should be Operator, Equal should be Null, and remove the Values node. So:

    "<q1:Condition>",
    "<q1:AttributeName >parentsubject</q1:AttributeName>",
    "<q1:FilterOperator>Equal</q1:FilterOperator>",
    "<q1:Values>",
    "<q1:Value xsi:type='xsd:string'>" _____________ "</q1:Value>",
    "</q1:Values>",
    "</q1:Condition>",
    

    should be

    "<q1:Condition>",
    "<q1:AttributeName >parentsubject</q1:AttributeName>",
    "<q1:Operator>Null</q1:Operator>",
    "</q1:Condition>",
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All what Hibernate reverse engineering generates is something like this @ManyToOne(fetch = FetchType.LAZY) @JoinColumn(name
I need to solve the following question which i can't get to work by
I need to set the fetch mode on my hibernate mappings to be eager
I have the following Query and i need the query to fetch data from
Need a function like: function isGoogleURL(url) { ... } that returns true iff URL
I have a parent category that holds all Cars names, denoted by parent_name in
I have a search class that I am using to fetch results from two
I am trying to load a html page through UIWebview.I need to disable all
Problem: I want to get all locations from a database and encase them all
I need help fetching tree hierarchy from db using nhibernate 3.0 QueryOver.Of<Enterprise>(() => entAlias)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.