Business Partner Code when using *

Hi all,
In Business Partner code when the user want's to see all Business Partner and makes "*" appears the BP code, BP Name and Foreign Name.
All user see this information except one that doesn't see the Foreign Name.
Why?

Hi Ad,
Thank you for your reply.
"Foreign Name" is already select in the Form Setting.
You say that "This is a setting per user" but i dont think so. In Form Setting of the "List of Business Partners" i add "Account Balance" to one user and ALL users see the same information.
Best regards,
Augusto Silva

Similar Messages

  • Regarding Autogeneration of Business Partner Code.

    Dear All,
             I have a unique requirement. My client wants autogeneration of Business Partner Code in the Business Partner Master.
             Please guide me in regard to this.
    Regards
    Hitesh Parsawala

    We normally have customer code generated as 'C00001' then 'C00002' etc and Supplier or vendors as 'S00001' and 'S00002' etc. This requires the FMS on the BP Code to be a little more complicated but not over the top.
    DECLARE @MAXC as integer
    SET @MAXC=isnull((SELECT CAST(MAX(RIGHT(OCRD.CardCode,5))+1 AS INTEGER)
    FROM OCRD
    WHERE OCRD.CardType<>'S' AND Len(OCRD.CardCode)=6 AND OCRD.CardCode like 'C%'),1)
    DECLARE @MAXS as integer
    SET @MAXS=isnull((SELECT CAST(MAX(RIGHT(OCRD.CardCode,5))+1 AS INTEGER)
    FROM OCRD
    WHERE OCRD.CardType='S' AND Len(OCRD.CardCode)=6 AND OCRD.CardCode like 'S%'),1)
    --This will give you the next number then
    SELECT CASE
         WHEN $[OCRD.CardType]='C' THEN (SELECT DISTINCT CASE
         WHEN LEN(@MAXC)=5 THEN (SELECT 'C'  + CAST(@MAXC AS varchar) )
         WHEN LEN(@MAXC)=4 THEN (SELECT 'C' + '0' + CAST(@MAXC AS varchar))
         WHEN LEN(@MAXC)=3 THEN (SELECT 'C' + '00' + CAST(@MAXC AS varchar))
         WHEN LEN(@MAXC)=2 THEN (SELECT 'C' + '000' + CAST(@MAXC AS varchar))
         WHEN LEN(@MAXC)=1 THEN (SELECT 'C' + '0000' + CAST(@MAXC AS varchar))
        END FROM OCRD )
    WHEN $[OCRD.CardType]='L' THEN (SELECT DISTINCT CASE
         WHEN LEN(@MAXC)=5 THEN (SELECT 'C'  + CAST(@MAXC AS varchar) )
         WHEN LEN(@MAXC)=4 THEN (SELECT 'C' + '0' + CAST(@MAXC AS varchar))
         WHEN LEN(@MAXC)=3 THEN (SELECT 'C' + '00' + CAST(@MAXC AS varchar))
         WHEN LEN(@MAXC)=2 THEN (SELECT 'C' + '000' + CAST(@MAXC AS varchar))
         WHEN LEN(@MAXC)=1 THEN (SELECT 'C' + '0000' + CAST(@MAXC AS varchar))
        END FROM OCRD )
    WHEN $[OCRD.CardType]='S' THEN (SELECT DISTINCT CASE
         WHEN LEN(@MAXC)=5 THEN (SELECT 'S'  + CAST(@MAXS AS varchar) )
         WHEN LEN(@MAXC)=4 THEN (SELECT 'S' + '0' + CAST(@MAXS AS varchar))
         WHEN LEN(@MAXC)=3 THEN (SELECT 'S' + '00' + CAST(@MAXS AS varchar))
         WHEN LEN(@MAXC)=2 THEN (SELECT 'S' + '000' + CAST(@MAXS AS varchar))
         WHEN LEN(@MAXC)=1 THEN (SELECT 'S' + '0000' + CAST(@MAXS AS varchar))
        END FROM OCRD)
    END
    Try Shift-F2 on the BP code with this FMS

  • Change business partner code

    Hi All,
       I have a prospect who wants to have the business partner code of 20 characters, as you may know 15 is the current. Do you know what is the best way to workaround this? He doesn't like the idea of using user defined fields.
    thanks to all
    Hector

    Hi Hector,
    You cannot change the length of the Business Partner Code (CardCode) field built into SBO. You need to use another field if that one is not good enough. You have various options and the best is probably to use a user-defined field. You can also use any other field on the BP Master Data which they don't use internally (like Foreign Name for example).
    Hope it helps,
    Adele

  • Values of return code when using dba_audit_session

    Is there anywhere I can look up the possible values for return code when using dba_audit_session?
    I am generating a report over the data and have so far only been able to provide the returncode and whether the username exists (ie username or "other" error)
    Thanks
    (using 9i)

    So far I have fathomed out:
    Return code: 0 everything OK
    Return code: 1017 wrong username or password
    Return code: 28000 locked account
    Return code: 28001 expired account

  • Adding Custom fields in ECC Business partner BP - (BUT000) using BDT or EEW

    Hello BDT / EWWB Gurus,
    We have a requirement to add custom fields to ECC Business partner, which interns create custom fields in But000 table.
    I would be great if anyone could let us know how to add Custom fields using BDT or EEWB.
    Please also elaborate the step by step process.
    thanks.
    Regards,
    Preethi.

    Hi Clemens,
    Thanks for the reply.
    I had read the document and it has given lot of information.
    Actuall my requirement is to add custom fields in But000 table and the data will be controlled through BRFPlus application in TRM. Lot of forum thread suggesting to use EEWB to enhance the Business partner but000 table.
    I would be great if you could let us know which methodalogy should I use to enhance the But000 table and what are all the impacts and also please let us know the process steps to enhance the but000.
    Thanks.
    Regards,
    Preethi.

  • Business Partner Error when downloading Plants- ECC to CRM

    Hello,
    I have run the initial load in R3AS tcode for the adaptor object DNL_PLANT
    The status in R3AM1 tcode shows that the same has been done
    However no entry has come in the table crmm_locmap
    When checked in slg1 tcode, the system displays the below error's
    There is no address for business partner
    Please advice if I am missing any customization.
    Kind Regards
    Atul

    Hi Willie,
    Thanks for the response, sorry for the late reply since was busy with work
    Managed to resolve this issue , we had activated the duplicate check functionality and there was an issue with the trex server configurations, once this was resolved we managed to resolve the above issue.
    Hence closing this one.
    Kind Regards
    Atul

  • Business Partner approval when changing payment term

    Hi Expert,
    Is it possible to set up approval process when user changing payment term in existing Business Partner?
    Thank you in advance.

    Hi,
    Try this:
    IF @object_type = '2' AND @transaction_type = 'U'
    BEGIN
         IF EXISTS
         (SELECT T0.CardCode from OCRD T0 INNER JOIN ACRD T1 On T1.CardCode=T0.CardCode
    WHERE CardCode = @list_of_cols_val_tab_del AND T1.GroupNum !=T0.GroupNum)
         BEGIN
               SELECT @error = 2, @error_message = 'Payment Terms should not be changed'
         END
    END
    Thanks,
    Gordon

  • Replace xml code when used as a xmltype converted from clob.

    I am still new at all this so I will try to make sense.
    I have the "sys_xmlgen" where it takes my clob_content which is a clob and converts it into the v_xml which is xmltype.
    ****code to show change of clob to xmltype.
    SELECT sys_xmlgen(clob_content) INTO v_xml FROM xmltest2 WHERE item_id = v_item_id;
    update xmltest2 set xml = v_xml where item_id = v_item_id;
    **end of code
    When you use sys_xmlgen it changes the xml into this example:
    <?xml version="1.0"?>
    <CLOB_CONTENT>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    &lt;!DOCTYPE metadata SYSTEM &quot;csdgm2.dtd&quot;&gt;
    &lt;?xml-stylesheet href=&quot;FGDC_V2.xsl&quot; type=&quot;text/xsl&quot;?&gt;
    &lt;metadata&gt;
    &lt;idinfo&gt;
    </CLOB_CONTENT>
    I need to remove the <CLOB_CONTENT> tag and change some things such as the "&lt;" to a "<" and so on. But when I do a replace statement
    select replace(clob_content, '&lt;', '<') into v_xml from xmltest2;
    It says I can not do a clob into number.
    Just to make myself clear, the clob_content is clob and v_xml is xmltype. SOOO I think that is where my problem is. Does anyone know the syntax to replace the code in my xml so that it looks like the original clob xml??
    Any help would be appreciated.

    I am still new at all this so I will try to make sense.
    I have the "sys_xmlgen" where it takes my clob_content which is a clob and converts it into the v_xml which is xmltype.
    ****code to show change of clob to xmltype.
    SELECT sys_xmlgen(clob_content) INTO v_xml FROM xmltest2 WHERE item_id = v_item_id;
    update xmltest2 set xml = v_xml where item_id = v_item_id;
    **end of code
    When you use sys_xmlgen it changes the xml into this example:
    ?xml version="1.0"?>
    <CLOB_CONTENT>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    &lt;!DOCTYPE metadata SYSTEM &quot;csdgm2.dtd&quot;&gt;
    &lt;?xml-stylesheet href=&quot;FGDC_V2.xsl&quot; type=&quot;text/xsl&quot;?&gt;
    &lt;metadata&gt;
    &lt;idinfo&gt;
    &lt;citation&gt;
    &lt;citeinfo&gt;</CLOB_CONTENT>
    I need to remove the <CLOB_CONTENT> tag and change some things such as the "<" to a "<" and so on. But when I do a replace statement
    select replace(clob_content, '<', '<') into v_xml from xmltest2;
    It says I can not do a clob into number.
    Just to make myself clear, the clob_content is clob and v_xml is xmltype. SOOO I think that is where my problem is. Does anyone know the syntax to replace the code in my xml so that it looks like the original clob xml??
    Any help would be appreciated.

  • Incorrect display Business Partner roles when creating Individual account

    Hi,
    The problem occurs in CRM 5.2. I have changed some business partner roles for both the business partner categories 'Organization' & 'Person'. My settings al correctly displayed in de SAP GUI but not in de webclient (my new business partner roles are only displayed correctly for 'Corporate Account' but not for 'Individual Account'.)
    Does anyone has a clue?
    Kind regards,
    Nigel de la Rambelje

    Hi Joost,
    Thank you for your reply.
    The issue is that different roles are displayed in the webclient compared to the gui.
    For the business partner category 'Person' the following roles are displayed: Contact Person, Employee, Portal Provider & Sold-to Party (and which are the roles we would like to have).
    But, if I create an Individual Account in the webclient, the following roles are displayed: Member, Patient, Physician, Portal Provider & Sold-To Party. The roles Member, Patient and Physician should not be displayed. Where are these roles defined? I would like to hide these roles.
    Kind regards,
    Nigel

  • Error in SAP code when using VL02n

    I am trying to use VL02n to do a PGI (post goods issue).  The problem just started today when we activated a requirement on an output type.  This error does not occur in development but only in Test.  Below is the short dump of the error.  Does anybody have any ideas what could have gone wrong when we activated the output type requirement?
    Information on where terminated                                                       
        The termination occurred in the ABAP program "SAPLKKBL" in                        
         "K_KKB_LIST_DISPLAY".                                                            
        The main program was "RSM13000 ".                                                                               
    The termination occurred in line 418 of the source code of the (Include)          
         program "LKKBLU01"                                                               
        of the source code of program "LKKBLU01" (when calling the editor 4180).          
        The program "SAPLKKBL" was started in the update system.                          
      388     l_fieldcat_state = '2'.                                                       
      389     l_sort_state     = '2'.                                                       
      390     call function 'ALV_EXPORT_TO_BUFFER_KKBLO'                                    
      391         exporting                                                                 
      392              is_ltdxkey             = ls_ltdxkey                                  
      393 *            I_LANGU                = SY-LANGU                                    
      394              it_fieldcat_kkblo      = gt_stack-it_fieldcat                        
      395              i_fieldcat_kkblo_state = l_fieldcat_state                            
      396              it_sort_kkblo          = gt_stack-it_sort                            
      397              i_sort_kkblo_state     = l_sort_state                                
      398              it_filter_kkblo        = gt_stack-t_filter                           
      399              is_layout_kkblo        = gt_stack-is_layout                          
      400         exceptions                                                                
      401              no_key                 = 0                                           
      402              no_export              = 0                                           
      403              others                 = 0.                                          
      404     if sy-subrc ne 0.                                                             
      405     endif.                                                                        
      406   endif.                                                                          
      407                                                                               
    408 *... Export Stack to Memory                                                       
      409   perform stack_memory_export.                                                    
      410                                                                               
    411   if i_screen_start_line ne 0.                                                    
      412     gt_stack-is_layout-i_am_popup = 'X'.                                          
      413   endif.                                                                          
      414                                                                               
    415   if gt_stack-is_layout-detail_only is initial.                                   
      416     if gt_stack-is_layout-suppress_dynpro is initial.                             
      417       if i_screen_start_line eq 0.                                                
    >>>>>         call screen 500.                                                          
      419         sy-pagno = g_sypagno.  "wegen Dynpro 200 Spoolinfo bei F8+Druck           
      420       else.                                                                       
      421         call screen 501 starting at i_screen_start_column                         
      422                                     i_screen_start_line                           
      423                         ending   at i_screen_end_column                           
      424                                     i_screen_end_line.                            
      425         sy-pagno = g_sypagno.                                                     
      426       endif.                                                                      
      427     else.                                                                         
      428       if gt_stack-is_layout-interface_complete is initial.                        
      429         perform first_list_display.                                               
      430       else.                                                                       
      431         perform list_output_new tables t_outtab                                   
      432                                        gt_dummy.                                  
      433       endif.                                                                      
      434     endif.                                                                        
      435   else.                                                                           
      436     gs_selfield-tabindex = 1.                                                     
      437     gs_selfield-tabname  = gt_stack-i_tabname.                                    
    Regards,
    Davis

    The error message is Posting_illegal_statement and yes I did search OSS (I always do that first) but I could not find anything relevant to my error.
    Regards,
    Davis

  • Horrible formatting of code when using library assets

    I'm using library assets to manage my navigation. I then
    insert the library asset into a template and use that template for
    creating content. The idea is that I add or remove a navigation
    entry in one place and it updates the entire site. That's working.
    My problem is that the source code looks awful: it insists on
    wrapping the code and removing indentations. Is this normal
    ??

    Good going. After much fiddling and experimentation, that's
    how I do it,
    too.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dennis Kmetz" <[email protected]> wrote in
    message
    news:ef1l4i$kol$[email protected]..
    > Murray... thanks so much. This solves two problems, (1)
    the format issue
    > that
    > ninjayong had, and (2) my issue... I was looking for a
    method to include
    > header
    > content in a library item. The SSI approach works in the
    header section,
    > and
    > the body section... and of course is much much easier to
    read, since DW
    > does
    > not mess up the formating when the SSI statement is
    used.
    >
    > Now I will always use templates with SSI's instead of
    templates with
    > library
    > items.... THANKS SO MUCH!!!
    >

  • Autogenerate Business Partner Code

    Hi,
    Has anyone customized the B1 BP Master Data form to enable the system to automatically generate a BP code while in ADD mode?  Our client, understandably, does not want to have to refer to a separate list in order to find the next sequential BP number when adding a new BP.  It would also be very cool if customer codes could be preceded by a "C", vendor codes by a "V" and leads by an "L".
    Any information is appreciated.
    Thanks,
    Ted

    This is the formatted search I'm using. I quite like it
    DECLARE @MAXC as varchar(5)
    SET @MAXC=(SELECT MAX( RIGHT(T2.CardCode,5)) FROM OCRD T2 WHERE T2.CardType='C')
    DECLARE @MAXS as varchar(5)
    SET @MAXS=(SELECT MAX( RIGHT(T2.CardCode,5)) FROM OCRD T2 WHERE T2.CardType='S')
    SET @MAXS=(SELECT @MAXS+1)
    SET @MAXC=(SELECT @MAXC+1)
    SELECT CASE
         WHEN $[OCRD.CardType]='C' THEN (SELECT DISTINCT CASE
              WHEN LEN(@MAXC)=5 THEN (SELECT 'C'  + @MAXC)
              WHEN LEN(@MAXC)=4 THEN (SELECT 'C' + '0' + @MAXC)
              WHEN LEN(@MAXC)=3 THEN (SELECT 'C' + '00' + @MAXC)
              WHEN LEN(@MAXC)=2 THEN (SELECT 'C' + '000' + @MAXC)
              WHEN LEN(@MAXC)=1 THEN (SELECT 'C' + '0000' + @MAXC)
              END FROM OCRD )
         WHEN $[OCRD.CardType]='S' THEN (SELECT DISTINCT CASE
              WHEN LEN(@MAXS)=5 THEN (SELECT 'S'  + @MAXS)
              WHEN LEN(@MAXS)=4 THEN (SELECT 'S' + '0' + @MAXS)
              WHEN LEN(@MAXS)=3 THEN (SELECT 'S' + '00' + @MAXS)
              WHEN LEN(@MAXS)=2 THEN (SELECT 'S' + '000' + @MAXS)
              WHEN LEN(@MAXS)=1 THEN (SELECT 'S' + '0000' + @MAXS)
              END FROM OCRD )
    END

  • Where to put page redirect code when using htp.prn

    Apex 4.0 oracle 11g.
    The user starts on page 7, chooses rows from a list and clicks a Run button which redirects them to page 10 which has a process (on load before header) using htp.prn to create a text file which the user then can save. The end of this process has apex_application.g_unrecoverable_error := true; because if it doesn't have this, the HTML gets put into the text file too.
    Anyway, when the user is done saving this text file, to all appearances they are still on page 7 (since page 10 doesn't really load, just runs that process) but I want them to go to page 14 after saving, not stay on page 7. I can't figure out where to put the redirect. The branching on page 7 doesn't seem to get activated after they hit the save button of the popup file save window, page 10 never loads for a branch on that page to work and I tried to put
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:14:&APP_SESSION.');
    after the htp.prn call in but then the popup file download window doesn't come up at all and the user is immediately redirected to page 14.
    This is the process - I've tried the redirect inside its own begin end; and it didn't make any difference. If I put it in a separate process, it never gets run because as soon as the htp.prn is done, all processing stops. Any ideas on how I can get this file created and then redirect user to page 14? Thanks!
    begin
    -- Set the MIME type
    owa_util.mime_header( 'application/octet', FALSE );
    -- Set the name of the file
    htp.p('Content-Disposition: attachment; filename="this_file_add.txt"');
    -- Close the HTTP Header
    owa_util.http_header_close;
    -- Loop through all rows in CLIENT_TABLE
    for x in (select HEADER_TRANS_TYPE
    , HEADER_FILLER
    , TRANS_TYPE_CD
    , SOURCE_DEPT_NBR
    , DEST_DEPT_NBR
    , ENV_TYPE
    , FILE_SEQ_NBR
    from TEMP_CRA_EXTRACT
    loop
    -- Print out rows
    htp.prn(x.HEADER_TRANS_TYPE|| x.SOURCE_DEPT_NBR|| x.DEST_DEPT_NBR|| x.TRANS_DATE || x.ENV_TYPE || lpad(x.FILE_SEQ_NBR, 4, '0') || rpad(x.HEADER_FILLER, 48) || x.TRANS_TYPE_CD || rpad(x.XREF_NBR, 12) || chr(13) || chr(10) );
    end loop;
    -- Send an error code so that the rest of the HTML does not render
    apex_application.g_unrecoverable_error := true;
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:14:&APP_SESSION.');
    end;

    I would recommend using Thread Safe Queues. Your acquisition callback can place items in the TSQ and then you can process the data in a separate thread. TSQs are nice because they allow you to install a callback function to run for certain events. Most importantly, you can install a callback for the Items in Queue or Queue Size Changed event which will run the callback if a certain number of items are in the queue. This lets you take advantage of multithreading in a simple and safe way using a standard Producer/Consumer architecture. However, you may still run into problems with this architecture if your acquisition thread is running much faster than the consumer thread. You could eventually overflow the queue. In that case, your only options are to either get a faster system, slow down the acquisition or do the data handling post process.
    National Instruments
    Product Support Engineer

  • OneDrive for Business sync app when using Office 2010

    Hi,
    My clients use Office 2010. They all have SharePoint Workspace installed as well, thought, they don't use it.
    As part of new SharePoint 2013 on-premise roll-out, I have to find a method to silently install OneDrive for Business into clients machines, without disruption to the use of Office 2010. They will use OneDrive for business to sync their team sites libraries
    and their personal site library.
    So far, I have no success.
    What I tried:
    -Standalone OneDrive Pro client exe Setup.x86.en-us_GrooveRetail_3V9N8-W93CC-FQPB8-Y9WVF-TVGJ3_TX_PR_.exe
    It seems there is no way to run it silently anyway. Is there?
    basically, this package still connects to the internet to download modules and it prompts user for some interaction while installing. I NEED IT SILENT.
    -Building OCT package out of Office 2013 installation media. I selected to only install Groove(OneDrive) and leave existing Office product intact. Then I run it from setup.exe /adminfile //location/onlygroove.MSP
    It provisions SkyDrive Pro client (note the name, I used Office 2013 without SP1 media)
    Problems with that:
    1.After installing Office 2013 SP1, client name is still SkyDrive Pro 2013, but sync folder actually changed, some other user interface places are also updated
    2.After silent run, Office 2010 experience problems: Outlook 2010 crushes on start 3 times, then it attempts to run repair, Repair will fix outlook, but it also sets SharePoint workspace as a default client for sync. Running Office 2013 repair will break
    Outlook again. The solution is to uninstall SharePoint workspace, then run Office 2013 repair, then Office 2010 repair again - this way I have SkyDrive Pro as a sync app and Outlook 2010 working.
    As you see, I have problems with having seamless silent OneDrive for Business sync app installation. Even asking clients to install it manually would be too hard for them. Annoying thing is that if you click the exe file to run, it takes about 2 minutes
    before user sees anything happening on a screen. I can see users getting confused if they actually initiated a process of not!
    What am I missing ?
    Any other way to provision it in bulk to my users? Any help appreciated.

    I think we're all waiting on Microsoft to (quickly) address this. Its unacceptable.
    It is seriously unacceptable, and I am having the same problems. Even running tests locally and I am a domain admin, I come across admin permission errors. I have tried amending the config file and creating a new one (onedrive_download.xml), creating a new
    folder as a temp test and running the OneDrive for Business pack (extracted). These are the errors I get (on my own admin PC).

  • Getting Error in Windows 8.1 XAML code when using Microsoft.PlayerFramework

    Error Is:
    The specified value cannot be assigned to the collection. the following type was expected UIelement
    xmlns:player="using:Microsoft.PlayerFramework"
    <Border x:Name="Border" DataContext="{TemplateBinding ViewModel}">
    <Border.Resources>
    <player:BoolToVisibilityConverter x:Key="VisibleIfConverter" />
    </Border.Resources>
    <Grid>
    <Grid.RowDefinitions>
    <RowDefinition Height="*"/>
    <RowDefinition Height="Auto"/>
    </Grid.RowDefinitions>
    <StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Center">
    <StackPanel Orientation="Horizontal" x:Name="NonEssentialsNearLeft">
    <player:SkipPreviousButtonBehavior x:Name="SkipPreviousButton" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsSkipPreviousButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Size="70" FontSize="40" Margin="10,0,10,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    <player:RewindButton x:Name="RewindButton" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsRewindButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Size="70" FontSize="40" Margin="10,0,10,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    <player:SkipBackButton x:Name="SkipBackButton" ViewModel="{TemplateBinding ViewModel}" Visibility="Collapsed" Size="70" FontSize="40" Margin="10,0,10,0" Padding="0,-10,0,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    </StackPanel>
    <player:PlayPauseButton x:Name="PlayPauseButton" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsPlayPauseButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Size="140" FontSize="80" Margin="25,0,25,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    <StackPanel Orientation="Horizontal" x:Name="NonEssentialsNearRight">
    <player:SkipAheadButton x:Name="SkipAheadButton" ViewModel="{TemplateBinding ViewModel}" Visibility="Collapsed" Size="70" FontSize="40" Margin="10,0,10,0" Padding="0,-10,0,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    <player:FastForwardButton x:Name="FastForwardButton" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsFastForwardButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Size="70" FontSize="40" Margin="10,0,10,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    <player:SkipNextButton x:Name="SkipNextButton" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsSkipNextButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Size="70" FontSize="40" Margin="10,0,10,0" StrokeThickness="0" Background="{StaticResource ItemBackgroundThemeBrush}"/>
    </StackPanel>
    </StackPanel>
    <Grid x:Name="TimelineContainerGrid" Grid.Row="1" Height="60" HorizontalAlignment="Left">
    <Grid x:Name="TimelineContainer" Background="{StaticResource ItemBackgroundThemeBrush}">
    <Grid Margin="30,4,30,7">
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="Auto"/>
    <ColumnDefinition Width="*"/>
    <ColumnDefinition Width="Auto"/>
    </Grid.ColumnDefinitions>
    <player:TimeElapsedButton x:Name="TimeElapsedButton" Grid.Column="0" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsTimeElapsedButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Margin="8,0,8,0"/>
    <player:Timeline Height="5" Padding="0,10,0,10" x:Name="Timeline" Grid.Column="1" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsTimelineVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Margin="8,0,8,0">
    <player:Timeline.SliderStyle>
    <Style TargetType="player:SeekableSlider">
    <Setter Property="Foreground" Value="{StaticResource ButtonForegroundThemeBrush}"/>
    <Setter Property="SliderTrackDecreasePressedBackground" Value="{StaticResource ButtonPressedForegroundThemeBrush}" />
    <Setter Property="SliderTrackDecreasePointerOverBackground" Value="{StaticResource ButtonPointerOverForegroundThemeBrush}" />
    <Setter Property="SliderThumbStyle">
    <Setter.Value>
    <Style TargetType="Thumb">
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="Thumb">
    <Canvas HorizontalAlignment="Center" VerticalAlignment="Top" Margin="-18,-38,18,0">
    <Grid>
    <Ellipse Stroke="{StaticResource ButtonForegroundThemeBrush}" Fill="{StaticResource ButtonPressedForegroundThemeBrush}" StrokeThickness="2" Width="35" Height="35"/>
    <Path Fill="{StaticResource ButtonForegroundThemeBrush}" Margin="0,0,0,-7" VerticalAlignment="Bottom" HorizontalAlignment="Center" Data="M 0,0 8,0 4,8Z"/>
    </Grid>
    </Canvas>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </Setter.Value>
    </Setter>
    </Style>
    </player:Timeline.SliderStyle>
    </player:Timeline>
    <player:TimeRemainingButton x:Name="TimeRemainingButton" Grid.Column="2" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsTimeRemainingButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Margin="8,0,8,0"/>
    <player:DurationButton x:Name="DurationButton" Grid.Column="2" ViewModel="{TemplateBinding ViewModel}" Visibility="{Binding IsDurationButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource VisibleIfConverter}}" Margin="8,0,8,0"/>
    </Grid>
    </Grid>
    </Grid>
    </Grid>
    </Border>
    </Grid>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    Iam Getting the above mentioned error at the Bolded parts of the code. How to Resolve this Error, Help me.
    Mohan Rajesh Komatlapalli

    Hello,
    Technically the PlayerFramework is not supported in this forum. For PlayerFramework specific questions you should post to the
    Discussion Topics for Player Framework forum. In this case though it looks like the issue is more specific to your XAML binding implementation then the framework itself.
    Are you getting the error in the XAML designer or at runtime? Do you know the underlying hex code associated with the error message?
    -James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

Maybe you are looking for