Node output shows [Document:] in Smart service Export CDT to excel

Hi,

I had a Problem in exporting excel by using smart service Export CDT to excel. I am getting value document value like -> [Document:] from AC!output_document, for the reason unable to download the document as excel.
Can someone please help.

Here attached the screen shoot for more details.



But in the process details will have document data

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    We will need more detail to make any meaningful suggestions. 

    1. How are your node input parameters configured, specifically?  Particularly, the "Document_name_to_create" input field.
    2. What do you mean when you say "the reason unable to download the document as excel"?  How are you attempting to download it currently?
  • Thanks for the quick turnaround.

    1. How are your node input parameters configured, specifically?  Particularly, the "Document_name_to_create" input field ? 
       


    I have used as Dynamic name ( Document_name_to_create - ="BusinessRule " & pv!clientName & " " & now() ) 

    2. What do you mean when you say "the reason unable to download the document as excel"?  How are you attempting to download it currently?

    Mapped Ac!output_document to businessDoc 



    I have called in the interface, attached code more details

    a!startProcess(
    processModel: cons!PROCESSMODEL,
    processParameters: {
    businessRule_cdt: ri!business_cdt,
    clientName: "BusinessRule " & " " & now(),
    },
    onSuccess: {
    a!save(
    ri!exportBusRuleDoctId,
    index(
    fv!processInfo.pv,
    "businessDoc",
    null
    )
    )
    },
    onError: a!save(
    ri!errorBusRuleMsg,
    "Business Rules not available for this client"
    )
    )

Reply
  • Thanks for the quick turnaround.

    1. How are your node input parameters configured, specifically?  Particularly, the "Document_name_to_create" input field ? 
       


    I have used as Dynamic name ( Document_name_to_create - ="BusinessRule " & pv!clientName & " " & now() ) 

    2. What do you mean when you say "the reason unable to download the document as excel"?  How are you attempting to download it currently?

    Mapped Ac!output_document to businessDoc 



    I have called in the interface, attached code more details

    a!startProcess(
    processModel: cons!PROCESSMODEL,
    processParameters: {
    businessRule_cdt: ri!business_cdt,
    clientName: "BusinessRule " & " " & now(),
    },
    onSuccess: {
    a!save(
    ri!exportBusRuleDoctId,
    index(
    fv!processInfo.pv,
    "businessDoc",
    null
    )
    )
    },
    onError: a!save(
    ri!errorBusRuleMsg,
    "Business Rules not available for this client"
    )
    )

Children
No Data