web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

How to add SalesQuotationLine.Name field to Project Quotation Report.

(0) ShareShare
ReportReport
Posted on by 2,430

Hi Experts,

I am trying to add SalesQuotationLine.Name field to Project Quotation Report. But not appearing.

6646.ProjQuotation.jpg

I have updated the method in DP.

[SysEntryPointAttribute(false)]
public void processReport()
{
    QuotationIdBase         m_eQuotation;
    QueryRun                tradeLoopTrans;

    m_tPSAQuotationsTmp.setConnection(this.parmUserConnection());

    contract    = this.parmDataContract() as PSAQuotationsContract;
    m_eQuotation = contract.parmQuotations();
    m_bPrintNonCharge = contract.parmM_bPrintNonCharge();
    salesQuotationTable  =  SalesQuotationTable::find(m_eQuotation);
   
    salesQuotationTotals =  SalesQuotationTotals::construct(salesQuotationTable);
    salesQuotationTotals.calc();
    tax = salesQuotationTotals.tax();
    tmpTaxWorkTrans.setTmpData(tax.tmpTaxWorkTrans());
    
     //SFA added 28-OCT-21
    
    salesQuotationLineTmp = SalesQuotationLine::find(m_eQuotation);
    //Ended

public void insertPSAQuotationsTmp()
{
    TaxJournalTrans     taxJournalTrans;

    m_tPSAQuotationsTmp.QuotationId             = salesQuotationTable.QuotationId;
    m_tPSAQuotationsTmp.QuotationName           = salesQuotationTable.QuotationName;
    m_tPSAQuotationsTmp.DeliveryPostalAddress   = salesQuotationTable.DeliveryPostalAddress;
    m_tPSAQuotationsTmp.CurrencyCode            = salesQuotationTable.CurrencyCode;
    m_tPSAQuotationsTmp.ProjTransType           = custQuotationTransTmp.ProjTransType;
    m_tPSAQuotationsTmp.SalesQty                = custQuotationTransTmp.Qty;
    m_tPSAQuotationsTmp.ProjCategoryId          = custQuotationTransTmp.ProjCategoryId;
    m_tPSAQuotationsTmp.CustomerName            = salesQuotationTable.customerName();
    m_tPSAQuotationsTmp.ProjDescription         = custQuotationTransTmp.ProjDescription;

    //SFA added 28-OCT-21
    m_tPSAQuotationsTmp.Description = salesQuotationLineTmp.Name;
    //Ended

SalesQuotationLine Table

4807.SalesQuotationLine.jpg

Please help me.

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 694

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 646 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 337

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans