Classify documents data in the interface

Certified Associate Developer

Hi Community,

I created a AL model and am using classify documents smart service but I need to show that data in interface. 

with out classify document smart service do we have any function in the Interface 

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Senior Developer
    in reply to JPotharaju

     
    You can think of this approach as follows:
    1. Create a task for the user to provide functionality to upload the document they want to classify with chaining.
    2. Call an asynchronous process to classify those documents and store the results in the database.
    3. The main process (with chaining) should navigate to the interface where you want to display the output.
    4. Provide a clickable button or set a refresh interval locally to pull that data from the database.

Children
No Data