Skip to main content

Posts

Showing posts from March, 2012

Dyamics Ax 2009 SSRS report call under button

void clicked() { URL _ReportServerUrl; _ReportServerUrl = SRSConfiguration::getReportServerUrl(); if(PurchTable::find(vendpackingslipjour.PurchId).PurchReqExpType==PurchReqExpType::Service) { _ReportServerUrl = _ReportServerUrl + "?/Reports/ServiceCompletion&rs:Command=Render&DAI=" + curext() + "&PurchID=" +VendPackingSlipJour.PurchId +"&PSINTERNALID=" + VendPackingSlipJour.InternalPackingSlipId ; infolog.urlLookup(_ReportServerUrl); } else{ _ReportServerUrl = _ReportServerUrl + "?/Reports/GRN&rs:Command=Render&DAI=" + curext() + "&PurchID=" +VendPackingSlipJour.PurchId + "&PSINTERNALID=" + VendPackingSlipJour.InternalPackingSlipId ; infolog.urlLookup(_ReportServerUrl); } }

SSRS Table Header Repeat in Every Page

Right click Report Report.rdl View Code. Look for TablixRowHierarchy Below that there will be a TablixMember that corresponds to the header row. to that header and any other header rows ( Tablix Member) add the three element properties. KeepWithGroup After /KeepWithGroup RepeatOnNewPage true /RepeatOnNewPage KeepTogether true /KeepTogether You should see the header rows repeating.

Dynamics CRM 2011 Sales Process

What is a Sales Process? A sales process is a series of steps that complete a sale. This process starts the moment you hear about a potential sale and includes every interaction and step you go through from that point forward, until the sale is complete. The number of steps in the sales process, the types of interactions you have along the way, and the length of time the process takes to complete depend on your business and the customers. • Some sales processes are short; for example, in a business-tocustomer (B2C) sale, a customer enters the store, finds the desired item, asks a sales representative a question, and then pays for the item. The sales process is complete in only a few steps. • In other situations, such as business-to-business (B2B) sales processes, the steps and time involved are greater. The sales person could have several meetings with the customer to discuss the product, there is a negotiation phase around pricing, contracts might be written and appr