• spaceman901
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 6
    Replies

Hi,

 

I'm just starting to code in APEX and I'm wondering how to do the following things:

 

1) create queues written in apex

2) enqueue a custom object written in apex

3) dequeue the custom object from a rest api call

 

Any reference material and/or examples would be great to see.

 

Thanks.

Just started developing with VF.

 

I have the following:

 

<apex:page sidebar="false" title="Article List">

<knowledge:articleTypeList articleTypeVar="articleType">      {!articleType.label}<br /> </knowledge:articleTypeList>

<knowledge:articleList articleVar="article">     {!article.title} <br/> </knowledge:articleList>  

</apex:page>

 

I'm able to display the article types, but not the article title.

 

I'm believe I have set up the article permission and user permissions to read the articles accordingly.

 

Any help you be great to hear.


Thanks.

Hi,

 

I'm just starting to code in APEX and I'm wondering how to do the following things:

 

1) create queues written in apex

2) enqueue a custom object written in apex

3) dequeue the custom object from a rest api call

 

Any reference material and/or examples would be great to see.

 

Thanks.

Just started developing with VF.

 

I have the following:

 

<apex:page sidebar="false" title="Article List">

<knowledge:articleTypeList articleTypeVar="articleType">      {!articleType.label}<br /> </knowledge:articleTypeList>

<knowledge:articleList articleVar="article">     {!article.title} <br/> </knowledge:articleList>  

</apex:page>

 

I'm able to display the article types, but not the article title.

 

I'm believe I have set up the article permission and user permissions to read the articles accordingly.

 

Any help you be great to hear.


Thanks.