How to know mc id from candidate id,site id , registration of exam

HI
I passed the Microsoft examination 70-310 in 2007 feb
but I did not get mc id and unfortunately I don't have other details,
I just know the my
candidate id
site id,
registration
and how I get my certification from these details, please can anyone help in this
adil

You will want to contact the regional service center for your country/region. Here is the URL:
http://www.microsoft.com/learning/en-us/help.aspx
You can contact them by email or phone. Provide them with all of the information that you mentioned. They will assist you with accessing the private MCP site and obtaining your MC ID.
Mike Corkery, MCT, MVP (Office Systems), MCSD (Windows Store Apps), MCITP, MCPD, MSF, etc. Please do not forget to click “Vote as Helpful” if any post helps you and "Mark as Answer”if it solves the issue.

Similar Messages

  • How to know about Description from the TransType...?

    Hi All,
    I have used SBO 2005 A PL 43 SP1 and have some queries below:
    SELECT     TOP 100 PERCENT T0.DocDate, T0.TransType, CAST(T0.BASE_REF as char) AS BASE_REF, T0.Warehouse, T0.CardCode, T0.CardName, T0.xInQty, T0.xOutQty, T0.Price, T0.Currency , T1.ItemName, T1.SuppCatNum, CAST(T0.InvntAct as char) AS InvntAct, T2.AcctName, T0.StatusDescr
    FROM         vwOINM_DEL0_02 T0 INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode LEFT OUTER JOIN OACT T2 ON T0.InvntAct = T2.AcctCode
    WHERE (T0.ItemCode = 'RO00 0465') AND (CAST(T0.TransType AS char(3)) + CAST(T0.CardCode AS char) IN ('13 ZZ0 Cash&Carry') OR (T0.TransType <> 13))
    AND (T0.xDocDate BETWEEN CONVERT(DATETIME, '2008-01-01 00:00:00', 102) AND CONVERT(DATETIME, '2008-11-25 00:00:00',102)) ORDER BY T0.DocDate, T0.TransNum
    TransType -
    > is a field name on table "OINM"
    How to know about Description from the TransType and where can we relate to the table?
    example :
    TransType     Description
    ====================
    15          Delivery
    13          AR Invoice
    59          Goods Receipt
    60          Goods Issue
    Please anybody can help me...?
    Regards,
    Agung

    You can use function on sql side which to proper transid returns desciption.
    The function is as
    create FUNCTION [dbo].[trans](@trans integer)
    RETURNS varchar(100)
    AS
    BEGIN
    DECLARE @ret varchar(100)
    select @ret =
    case @trans
    when     1     then     'oChartOfAccounts'
    when     2     then     'oBusinessPartners'
    when     3     then     'oBanks'
    when     4     then     'oItems'
    when     5     then     'oVatGroups'
    when     6     then     'oPriceLists'
    when     7     then     'oSpecialPrices'
    when     8     then     'oItemProperties'
    when     12     then     'oUsers'
    when     13     then     'oInvoices'
    when     14     then     'oCreditNotes'
    when     15     then     'oDeliveryNotes'
    when     16     then     'oReturns'
    when     17     then     'oOrders'
    when     18     then     'oPurchaseInvoices'
    when     19     then     'oPurchaseCreditNotes'
    when     20     then     'oPurchaseDeliveryNotes'
    when     21     then     'oPurchaseReturns'
    when     22     then     'oPurchaseOrders'
    when     23     then     'oQuotations'
    when     24     then     'oIncomingPayments'
    when     28     then     'oJournalVouchers'
    when     30     then     'oJournalEntries'
    when     31     then     'oStockTakings'
    when     33     then     'oContacts'
    when     36     then     'oCreditCards'
    when     37     then     'oCurrencyCodes'
    when     40     then     'oPaymentTermsTypes'
    when     42     then     'oBankPages'
    when     43     then     'oManufacturers'
    when     46     then     'oVendorPayments'
    when     48     then     'oLandedCostsCodes'
    when     49     then     'oShippingTypes'
    when     50     then     'oLengthMeasures'
    when     51     then     'oWeightMeasures'
    when     52     then     'oItemGroups'
    when     53     then     'oSalesPersons'
    when     56     then     'oCustomsGroups'
    when     57     then     'oChecksforPayment'
    when     59     then     'oInventoryGenEntry'
    when     60     then     'oInventoryGenExit'
    when     64     then     'oWarehouses'
    when     65     then     'oCommissionGroups'
    when     66     then     'oProductTrees'
    when     67     then     'oStockTransfer'
    when     68     then     'oWorkOrders'
    when     70     then     'oCreditPaymentMethods'
    when     71     then     'oCreditCardPayments'
    when     73     then     'oAlternateCatNum'
    when     77     then     'oBudget'
    when     78     then     'oBudgetDistribution'
    when     81     then     'oMessages'
    when     91     then     'oBudgetScenarios'
    when     97     then     'oSalesOpportunities'
    when     93     then     'oUserDefaultGroups'
    when     101     then     'oSalesStages'
    when     103     then     'oActivityTypes'
    when     104     then     'oActivityLocations'
    when     112     then     'oDrafts'
    when     116     then     'oDeductionTaxHierarchies'
    when     117     then     'oDeductionTaxGroups'
    when     125     then     'oAdditionalExpenses'
    when     126     then     'oSalesTaxAuthorities'
    when     127     then     'oSalesTaxAuthoritiesTypes'
    when     128     then     'oSalesTaxCodes'
    when     134     then     'oQueryCategories'
    when     138     then     'oFactoringIndicators'
    when     140     then     'oPaymentsDrafts'
    when     142     then     'oAccountSegmentations'
    when     143     then     'oAccountSegmentationCategories'
    when     144     then     'oWarehouseLocations'
    when     145     then     'oForms1099'
    when     146     then     'oInventoryCycles'
    when     147     then     'oWizardPaymentMethods'
    when     150     then     'oBPPriorities'
    when     151     then     'oDunningLetters'
    when     152     then     'oUserFields'
    when     153     then     'oUserTables'
    when     156     then     'oPickLists'
    when     158     then     'oPaymentRunExport'
    when     160     then     'oUserQueries'
    when     162     then     'oMaterialRevaluation'
    when     163     then     'oCorrectionPurchaseInvoice'
    when     164     then     'oCorrectionPurchaseInvoiceReversal'
    when     165     then     'oCorrectionInvoice'
    when     166     then     'oCorrectionInvoiceReversal'
    when     170     then     'oContractTemplates'
    when     171     then     'oEmployeesInfo'
    when     176     then     'oCustomerEquipmentCards'
    when     178     then     'oWithholdingTaxCodes'
    when     182     then     'oBillOfExchangeTransactions'
    when     189     then     'oKnowledgeBaseSolutions'
    when     190     then     'oServiceContracts'
    when     191     then     'oServiceCalls'
    when     193     then     'oUserKeys'
    when     194     then     'oQueue'
    when     198     then     'oSalesForecast'
    when     200     then     'oTerritories'
    when     201     then     'oIndustries'
    when     202     then     'oProductionOrders'
    when     205     then     'oPackagesTypes'
    when     206     then     'oUserObjectsMD'
    when     211     then     'oTeams'
    when     212     then     'oRelationships'
    when     214     then     'oUserPermissionTree'
    when     217     then     'oActivityStatus'
    when     218     then     'oChooseFromList'
    when     219     then     'oFormattedSearches'
    when     221     then     'oAttachments2'
    when     223     then     'oUserLanguages'
    when     224     then     'oMultiLanguageTranslations'
    when     229     then     'oDynamicSystemStrings'
    when     231     then     'oHouseBankAccounts'
    when     247     then     'oBusinessPlaces'
    when     250     then     'oLocalEra'
    when     280     then     'oSalesTaxInvoice'
    when     281     then     'oPurchaseTaxInvoice'
    when     300     then     'BoRecordset'
    when     305     then     'BoBridge'
    when     260     then     'oNotaFiscalUsage'
    when     258     then     'oNotaFiscalCFOP'
    when     259     then     'oNotaFiscalCST'
    when     261     then     'oClosingDateProcedure'
    when     10     then     'oBusinessPartnerGroups'
    when     278     then     'oBPFiscalRegistryID'
    else '?' end
    return @ret
    end
    and call it as
    SELECT TOP 100 PERCENT T0.DocDate, dbo.trans(T0.TransType), CAST(T0 ....

  • How to stop email notification from apple support site.

    how to stop email notification from apple support site. please inform me

    If you know the thread or community that is sending you the emails you can go directly to those and skip the rest of this however if you don't remember or are still getting email after going to the community read on.
    Stopping email from ths site can be difficult, it is a multi step procedure.  See the link Stopping emails from ASC which Neil posted for all the details.
    regards

  • Right now I am working in a temporary site format. I am hosting the website on my own computer. How to I take it from a temporary site to a live site? Do I need to upgrade my service with abode and does this cost more per month?

    Right now I am working in a temporary site format. I am hosting the website on my own computer. How to I take it from a temporary site to a live site? Do I need to upgrade my service with abode and does this cost more per month?

    Hi Traci,
    To push the site live, you will need to:
    Publish a trial site on BC (File menu> Publish)
    Then, go to the admin dashboard of your site and the launch the site live by paying for it or redeeming a free site.
    Add domain to the site
    Change name-servers at domain registrar
    For steps 3 and 4, kindly refer to the following link:
    http://docs.businesscatalyst.com/user-manual#!/site-settings/site-domains/change-the-domai n-name-of-your-site
    The following link might also be helpful:
    Launching a Muse Site | Adobe Muse CC
    Regards,
    Sonam

  • How to know file properties from a URL?

    Hi experts,
    I'm trying to use a function to know some properties from a file. The only information I have is its URL and I need to know the file name, file size, nime type...
    I used the "BBP_ATTACH_CONTENT_WEBGET" function, but I didn't receive that information
    Anyone can help me? Anyone knows what function can I use or what can I do?
    I'm using SRM 7.0
    Thanks in advance
    Edited by: Carlos Serrano Rodrigo on Jul 27, 2011 8:45 AM

    The question is... How to get the details/properties of a file which I only have the URL (I don't have its GID). Probably, you are right, this post should be in another forum. I'm working in SRM, so I thought this was the right forum.
    I tried to use BBP_PROCDOC_GETDETAIL (previously I got the GID whith BBP_ATTACH_METH_READ_PROP_MULT function), but this is not an attachment to a procurement document. So, I hadn't receive anything.
    Thank you for your response, I'll try to post in diferent forum.
    Regards

  • How to Know Transaction Code from whcih the Document is Created?

    Hi,
    How to know which T Code is used to create documents. For few documents say material document (MBLNR), I can find the T code from MKPF table from which it is created as T Code field is available.
    If the table doesn't contain a T Code field, then how to find the T Code from which document is created?
    Regards,
    Hari.

    CDHDR, if change documents are written. DBTABLOG, if table logging is active.
    Otherwise...some knowledge of the SAP application components required.
    Thomas

  • How to create MUSE file from existing MUSE site?

    Hi-
    A customer has a site that was created with MUSE and she wants some edits made to it.
    I have installed MUSE and can access the server via FTP. I've downloaded the site's html files and assets, but these are useless in MUSE.
    How do I create or get the whole site's MUSE file from the server so I can make the edits and put back on her server?
    Thanks for any guidance here.

    Hello,
    You would need the .muse file (source file of website). And you can get it only from the person who created it.
    It must b saved on their local machine. This file  is not uploaded on the  server via FTP. And you cannot use the .html and other output files as the changes need to be made in that .muse file.
    Regards,
    Sachin

  • How do I stop firefox from logging every site I visit on about:permissions?

    Except when I go Private Window, every time I visit a new webpage the website goes on the about:permissions list. How do I stop it from doing this? Ever since I made a new profile it does this

    I'm still running Firefox 21. I recognize the sites in about:permissions but I can't figure out the pattern for what is included and what is excluded... certainly it's not my entire history, but it's not limited to sites with non-default settings or a non-zero cookie count. Hmmm...

  • How to transfer service number from candidate to employee

    Hi experts,
    I have a situation here that I really need suggestions. We created a process in here where when a candidate is hired via PA48 the information of medical exams created in EHSAMBTAET is transfered from the candidate to the employee via an user exit.
    My problem is that the final user didn't follow the process and creates more than 2000 employee records via PA40 instead of PA48. So I have more than 2000 medical exams for candidates that were not transfered to the employee. Now the customer is asking to transfer these records.
    In oder to do that I've thought about a program to load the records, but it would generate two problems:
    a) I would have two different service numbers for the same exam, because I would create a new service.
    b) I would have data in both employee and candidate records and all information woud be duplicated.
    Does anybody have a situation like this and could give me any insights?
    Thanks in advance!
    Thais

    Hello Thais,
    I have a similar situation.
    How did you solve this?
    Thanks in advance.
    Kind Regards,
    MAJ

  • How to know default JRE from registry

    Hi
    What could be the way to know the default JRE being used by the browser. I mean if I have installed jre 1.3.1 and jre 1.4.1. and in control panel I set 1.3.1 as the jre to be used by the browser.
    I want to know through my program that which is the current jre in use. I just want to know what key value from the registry is to be read.
    rgds

    Hello,
    The key to look for is :
    HKEY_LOCAL_MACHINE "SOFTWARE\JavaSoft\Java Runtime Environment\" "CurrentVersion"
    From the value contained in CurrentVersion, you will be able to look into the corresponding sub keys if you want to know the exact location of your jre. Just browse through your registry and you'll see what I mean.
    Moreover, if for some reason there is no jre installed, you might want to check the presence of a jdk "...\JavaSoft\Java Development Kit\"
    Hope that helps

  • I need to know how to allow pop ups from a specific site.

    I need to allow pop ups from a website for schooling purposes. I need to know what I have to do to allow these pop ups please. Thank you for your time.

    Add an exception to '''Allow''' that website. <br />
    https://support.mozilla.com/en-US/kb/Pop-up%20blocker#w_pop-up-blocker-settings

  • Receiving a call (how to know the call from) city

    Hi, I would like to know if it's possible when you receive a call to be able to know the city of the number calling from like iphone does.
    thank you for you help
    Solved!
    Go to Solution.

    I've noticed that my phone doesn't do that either. I'm coming from a galaxy s2 on boost mobile. My old phone didn't do it for a while until I got an update from 4.0 to 4.1. It was then built into the operating system. So, unless you go with the recommendation of downloading an app, then I'm guessing that it won't be available..
    Unless BlackBerry decides to include it in a future update.. which I'd be a fan of!

  • HOW TO KNOW DELIVERY DATE FROM SALES DOCUMENT NO...?

    HI all.
          i have sales document no..
    how can i have the delivery date of that sales order...?

    Dear Shashank,
    against any sales Document no. VBELN ...
    u will find it's Delivery date in LIKP  :Delivery Header Table
    in LFDAT "Delivery Date.
    Hope it helps u...!!!
    Pls reward if Helpful...!!!

  • How to know the directoy from a file

    I have a file created in java , how do i get the directoypath on an easy way with the name of the file. Is there a methode? Or to I have to play with strings?

    If you created a file you must hava a File object. The File object has a number of methods to obtain the full path of the file, check out: getAbsolutPath, getCanonicalPath, getParent, getPath, etc.

  • How to know spool requests from other program?

    Hi,
    I have requirement like: one standard program will be scheduled in the background, so corresponding spool requests will generated.
    I need to write a program, which will capture the spool requests of the standard program.
    is there any function module/table available for this requirement? we need to give  spool title, date and time as input parameters to that function module.
    please help me

    Hi,
    try these Function Modules....
    RSPO_IDELETE_SPOOLREQ
    RSPO_IGET_TOC_SPOOLREQ
    RSPO_IMAP_PAGES_SPOOLREQ
    RSPO_ISELECT_SPOOLREQS
    RSPO_RCHANGE_SPOOLREQ_ATTR
    RSPO_RDISPLAY_SPOOLREQ
    RSPO_RDISPLAY_SPOOLREQ_LIST
    RSPO_RID_SPOOLREQ_ATTR
    RSPO_RID_SPOOLREQ_DISP
    RSPO_RID_SPOOLREQ_LIST         List Display for Spool Requests with ID
    RSPO_RISELECT_SPOOLREQS
    RSPO_RLIST_DELETE_SPOOLREQ
    RSPO_RPRINT_SPOOLREQ
    RSPO_RSPOOLREQ_LIST_TO_VIEW
    RSPO_RSPOOLREQ_TO_VIEW
    RSPO_RSTATUS_FOR_SPOOLREQ
    Arunima

Maybe you are looking for

  • How do you cancel an itunes store account?

    I need some help here. Im trying to cancel my itunes store account as I don't use it anymore but keep getting charged a $1 weekly fee. I know its only $1 a week, but it's still a waste. I cant find a link anywhere to cancel the account so any help wo

  • How do i change date format in mac mail?

    how do i change the date format in mac mail?

  • PyQt: C++ basic literacy to understand Qt docs

    Hello,    I am trying to learn PyQt. I can manage fine with my python and basic Qt, but what's bugging me is that there doesn't seem to be so much written about pyqt. I've gone throuth all the tutorials pointed to in pyqt's site, and other places suc

  • LSO - XI - Skillsoft integration, how to launch external course

    Hi Gurus, I am working on a scenario where we are launching and tracking web based courses (Skill soft a third party). Let me give you more details of my scenario. 1) Commnication is from SAP LSO System to Third Party(Skill Soft) through PI(XI). 2) W

  • Animation panel in another class

    hi all. how can i play a smaller animation jpanel on a different class in a larger static jpanel/jframe? the one that i did, did not animate.but it changes to its next frame each time i minimized/maximized the window. how do i deal with that? help...