CC Users field not showing in sharepoint iFrames

In the new version (7.4) 
I have my user portal displayed in iFrames web part on shrepoint, since upgrading the CC users: field gets dropped. But only when displaying the page in iFrames... Any ideas?
This topic first appeared in the Spiceworks Community

Try running:
stsadm -o sync -deleteolddatabases 0
Then, run the timer job named similar to "User Profile Service Application - User Profile to SharePoint Full Synchronization". Wait for it to complete, then re-check the profile photo on the SharePoint site.
Trevor Seward
Follow or contact me at...
&nbsp&nbsp
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • Some of the users Profile photo is not showing in sharepoint team sites

    Some of the users Profile photo is not showing in the list of SharePoint team site.
    In the people picker their picture is grayed out but if you click on their name it will direct you to their mysite and the picture is there.
    Can some body help on this.

    Try running:
    stsadm -o sync -deleteolddatabases 0
    Then, run the timer job named similar to "User Profile Service Application - User Profile to SharePoint Full Synchronization". Wait for it to complete, then re-check the profile photo on the SharePoint site.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Sharepoint 2010 List Validation Settings -User message not showing

    Hi,
    I have used below Formula
    =IF([Choice Column]="Yes",NOT(ISBLANK([Date Column])),TRUE)
    And Added User message ="Please Enter Date"
    Validation works, But it does not show "User Messages".
    While Cross-Checking "User Messages" are showing on Default Sharepoint "Newform" & "EditForm".
    But I have Created "NewForm1" & "EditForm1".So on Edited forms validation messages are not showing
    Can anyone please help me to call this validation message on Edited forms also.
    Thanks!

    Hi,
    In your custom form you might have not included the following code
    <td class="ms-toolbar" nowrap="nowrap">
    <SharePoint:FormToolBar runat="server" ControlMode="New"/>
    <SharePoint:ItemValidationFailedMessage runat="server" ControlMode="New"/>
    </td>
    Change the ControlMode="Edit" in case of Edit form.
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • File not showing in SharePoint (IE) but visible in Explorer

    I have a document library that has a single file not showing up that I can't seem to track down.  I am hoping someone here might be able to offer something I haven't thought of. 
    The document library is very much 'stock'.  Verisioning is turned on and minor revisions aren't viewable to folks without edit rights.  I am the admin with full control to everything - as is the user this initially impacted. The file will show
    in the Explorer view - but isn't viewable in an 'all files' file via the browser or when attempting to open via Excel.   If we provide the full path/file it does open successfully in Excel and offer the Check Out option - but it won't show up
    in the 'File Open' dialog.  
    I thought at first it might be a matter of not having a version checked in - but it isn't showing under "Manage files which have no checked in version" menu.   I've gone through the various SharePoint view options and can't find anything there either. 
    What would make a single Excel file in such an ordinary document library not be visible to users with full control rights?  We have roughly 80k files stored in SharePoint overall - so please don't read this as being our initial test of SharePoint. 
    I'd really appreciate any ideas... 
    -Troy

    Just to add a few more details. I have been able to add the file to a different library and they uploaded fine. The library in question is created off of a template and has 2 metadata fields. The fields are also being used in the other library, but that
    was created from a different template.
    The site and initial 4 libraries were created from a site template and then the library was added from a different library template. Checking ULS logs now, but doubtful I will find anything.

  • Text field not showing record set options

    I entered the following php code to a text field in a form:
    <p>
          <label for="date">Select Available Date</label>
          <select name="date" class="text" id="date">
            <option value="0" selected="selected">select your preferred travel date</option>
                <?php while ($row_rsDep = mysql_fetch_assoc($rsDep)) {
                      echo '<option>' . date('d.m.Y',strtotime($row_rsDep['Start_Date_Eur'])) . ' - ' . date('d.m.Y',strtotime($row_rsDep['End_Date_Del'])) . '-' . $row_rsDep['Itinerary_Code'] . '</option>';
              ?>       
          </select>
        </p>
    In the text field it shows only the option=0 "select your preferred travel date" and does not show the rest of the options as available from the database.
    Any idea what is wrong with my code?
    Thanks,
    zabberwan

    I do have it showing in the sidebar showing as a repeating region. I commented it out and entered your code, but this time it shows nothing at all, not even an error!
    The problem may have to do with "VIEWS" as I am working partly with Views on the external server. The server guys are having problems allowing Views. They did allow it for my account, but somehow this is not working. So I update my database leaving out the 3 tables created as views out of a total of 8. On the contrary on the local server the database is working fine, so that may not be the problem after all.
    I had got it work a fortnight back, but lost it as I had to redo a few things with the forms it is in. On the sidebar it is working fine otherwise as a repeating region and showing all the dates of all itineraries. Only it's not working in the form, where it shows the preselected string (select your preferred travel date), but not the rest of the options.
    About changing the email, one has to change the whole ID  and profile etc. and then you can't log into your own account with the same user name, you have to have a different one, so that your own thread is no longer your own. What a pile of goons at the wheels! And what a disappointment with otherwise such a great bunch of forums.. I'll now have to contact the staff and would like them wipe out all my ID's and Profiles at Adobe and make a new one. It's such a rotten mess. This thing even ruined my ID at Adobe Browser Lab.
    I suppose we'll leave it for Mr. Nobody to fix it, like so many other things especially around Christmas!
    zabberwan

  • Sharepoint Report Subscriptions not showing on sharepoint website, but are in the database

    Hi All,
    We have had an issue which sharepoint where our subscriptions for reports "disappear" from the website. This makes is a little hard to edit them if we need to adjust the subscription. The funny thing is the subscription is still working as it is
    generating emails.
    I was able to check SQL and look at the ReportingService Database and I can see all the subscriptions listed in SQL.
    So the subscriptions are there. The question is, why are they not showing on the website.
    Here is a query I used to show the subscriptions:
    SELECT
          UserName
          , Name
          ,[Locale]
          ,a.[ModifiedDate]
          ,a.[Description]
          ,[LastStatus]
          ,[EventType]
          ,[LastRunTime]
          ,[Parameters]
          ,[DataSettings]
          ,[DeliveryExtension]
          ,[Version]
          ,[ReportZone]
      FROM [ReportingService_SP].[dbo].[Subscriptions] as a
      inner join ReportingService_SP.dbo.users as b on b.UserID = a.OwnerID
      inner join ReportingService_SP.dbo.[Catalog] as c on c.ItemID = a.Report_OID
      order by Name
    Any ideas would be great

    Also I found the ReportZone Column had 2 results 0 or 3
    I noticed everything that had a 0 showed on the website where 3 did not.
    I also saw something saying this might have to do with the AAM and having different addresses, but we only have one address

  • SPM 5.2 - problem with reason/activity fields - not showing in the report

    Dear experts,
    I have a situation that is hard to describe.
    We have SPM 5.2 - all set and working, now the problem is that for some of the FF sessions the tool is either not reporting the reason/activity fields (due to some technical problem that is occuring randomly) or the users have found a way to abuse the fields and make thier way around them. (these fields are very important for our SOX controls)
    I have created test users to see how they are entering without filling the reason/activity fields, but no luck - i couldnt enter.
    As you know the Activity field is mandatory text field and at least one character must be entered,  but I don`t think this is the workaround, because even if you put space the report still will show it. I have examples where the report is not showing anything.
    The worst is that I can`t simulate such cases.
    Have you ever heard of such nosense?
    Thank you,
    Iliya

    I think I found it - Application deficiency. It is the language that you are logged with. If it is not English the application is not recording the text that you type in the reason/activity fields upon FF session.
    I hope the latest patches are fixing this!
    BR
    Iliya

  • Managed Metadata Fields not showing up in preview mode

    0down
    votefavorite
    In our SharePoint 2013 Publishing page, managed metadata fields doesn't show in preview, they show up only in edit mode or after we publish page.
    Is this bug?
    Thanks in advance.

    Hi,
    According to your post, my understanding is that the managed metadata fields not display in preview.
    I tried to reproduce the issue, the managed metadata fields worked well in my environment.
    I create a publishing page, add a library web part which contained managed metadata columns.
    Then click the preview option in the ribbon, the managed metadata columns worked well.
    Did the issue occur in other publishing pages? You can create a new publishing page to check whether it works.
    Did you use the compatibility mode or add the site into trusted sites?
    You can use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    You can also add the site into Trusted sites.
    Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    What's more, you can use other browsers to check whether it works, such as Firefox, Chrome.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Created By and Created Date fields not showing up on Custom List form webpart

    Hi,
    I have added Custom Listform WebPart on "DispForm.aspx" of custom list. I need to display, out of box fields "Author" [Created By] and "Created" [Creation Date] on this custom list form webpart, I have added them on the webpart, following is the code behind of aspx page:
    <td width ="400px" valign= "top" class="ms-formbody">
    <xsl: value-of select = "@Author" disable-output-escaping = "yes"/>
    </td>
    However these fields are not showing/populating data on the form ?? Any inputs ???
    Regards

    Hi,
    I think that when you insert a custom list form web part you select “Item” content type, so custom list form is designed to display only the fields that are appropriate for that content type “Item”, but the item content type doesn’t contain the created and created by column, when you add the two columns, it will not find the field value. By default, the two columns will display at the foot of the list form using SharePoint:CreatedModifiedInfo.
    Hope it can help you.
    Xue-Mei Chang

  • ActiveSync Device Statistics report for users does not show Device Phone number

    HI ,
    I have trying to run a Active-sync Device Statistics report to get all the details for active Sync users, but report show only last four digit of  device phone number for few users and for most of the users its blank.
    Is there way if we can get Device Phone number for active sync users.
    Thanks,
    Pradeep Kumar

    Hi,
    Yes i have tried all of these transactions, these all relate to individual sales orders or production order costs.
    Im looking for a report showing the costs for a range of sales order line items, exaclty like KOB1 but for sales orders.  KVBI does exactly what I want but the material filed is not populated.
    Is there a way to populate this field as part of the settlement?
    Cheers
    Phil.

  • Search Page by date field not showing up results

    Hi,
    I am using Jdev 11g and new to adf.
    My applciation needs a search page based on a date field.
    I created a viewcriteria for the object which expects a date field from the user.( the bind variable is of type Date)
    After this i dragged the viewcriteria as af:query (panel with table) on the jspx page.
    Now when i run the application, that is when i enter the date (calendar autogenerated by query component),
    it does not show up any results.
    My date field in the database has a timestamp attached to it, somewhere i read that the timestamp may be causing the problem.
    But i have not found any solution for this one.
    This looks very basic to me, i am sure i am missing soemthing important.
    Besides i even tried the approach of programmaticlly populating the Viewobject(by not using the any query component),
    i can see the Viewobject being populated in the logs( the row count) but on the display page, no rows are shown.
    I am sure i am doing something wrong for this one.
          AppModuleImpl am = this.getAm();
           ViewObject submittalVO = am.findViewObject("AcrSubmittallogView1");
           System.out.println("after getting VO");
           String subDate = this.getSubDate().getValue().toString();
           String query = " to_char(SubmitDtTm,'mm/dd/yyyy') = '"+subDate+"'";
           submittalVO.setWhereClause(query);
           System.out.println("QUERY>>>> "+submittalVO.getQuery());
           submittalVO.executeQuery();
          System.out.println("after executing query "+submittalVO.getRowCount());
           this.setRenderLogTable(true);But i actually want to use the built in query component instead of programmatically doing it.
    Can someone please guide me further.
    Any help will be grt.
    Thanks in advance
    ash
    Edited by: user1175461 on Jul 15, 2010 1:18 PM

    Still not working for me either, here's exactly what I'm doing.
    My query is as follows:
    SELECT
    RO.repair_line_id,
    RO.repair_number,
    SR.customer_po_number, segment1,
    trunc(RO.creation_date) as creation_date,
    I've created a Bind Variable for the creation_date as follows:
    <Variable
    Name="createDate"
    Kind="viewcriteria"
    Type="oracle.jbo.domain.Date"/>
    Which is linked to a view criteria:
    <ViewCriteria
    Name="RepairSearchVVOCriteria"
    ViewObjectName="com.services.cs.vvo.RepairSearchVVO"
    Conjunction="AND">
    <Properties>
    <CustomProperties>
    <Property
    Name="displayOperators"
    Value="InAdvancedMode"/>
    <Property
    Name="autoExecute"
    Value="false"/>
    <Property
    Name="allowConjunctionOverride"
    Value="true"/>
    <Property
    Name="showInList"
    Value="true"/>
    <Property
    Name="mode"
    Value="Basic"/>
    </CustomProperties>
    </Properties>
    <ViewCriteriaRow
    Name="vcrow1"
    UpperColumns="1">
    <ViewCriteriaItem
    Name="CreationDate"
    ViewAttribute="CreationDate"
    Operator="="
    Conjunction="AND"
    Value=":createDate"
    IsBindVarValue="true"
    Required="Optional"/>
    </ViewCriteriaRow>
    </ViewCriteria>
    I then dragged the criteria into the page. When running it I get the following:
    AND SR.customer_id =:psCustomerId) QRSLT WHERE ( ( (CREATION_DATE = :createDate ) ) )
    <ViewObjectImpl><bindParametersForCollection> [3510] Bind params for ViewObject: [com.xxx.services.cs.vvo.RepairSearchVVO]RepairSearchAM.RepairSearchVVO1
    <OracleSQLBuilderImpl><bindParamValue> [3511] Binding param "psCustomerId": 34758
    <OracleSQLBuilderImpl><bindParamValue> [3512] Binding param "createDate": 2010-02-18
    Which never brings back any data. My date's look as follows in the database:
    '18-FEB-10'
    I never get any results for the date. I've also tried using the to_char to format the date as the same format, but that always gives a variety of errors. This is driving me batty =0 Any ideas on why it never pulls back data?
    Thanks, Graeme.

  • Sync'd contacts 'notes' field not showing in Outlook

    Hey all,
    Short version: Our notes fields on contacts is rarely visible in Outlook, but often shows when synced to a device..  Can someone point to something that says how to fix it, or something that says it's not supposed to do so?
    Here's the longer version with details...
    We use Outlook 2013 and 2010, mailboxes are hosted on our 2013 server and everything is synced via Activesync.  I have a local contacts folder in Outlook that is synced to an iPhone.  If I modify the Notes field for the contact on the iPhone, it
    never shows up on Outlook.  If I modify it in Outlook, it never shows up on the iPhone.  If I modify it on the iPhone or Outlook, it shows up on an Android.  If I modify it on an Android, it shows up on Outlook and an iPhone.  Here's the
    kicker...  No matter what I modify it with, it ALWAYS shows up in Outlook Web Access.  
    Please keep in mind that I'm referring to a contact in a contact folder in the users' mailbox, NOT a contact from the GAL.  We know the difference.
    Can anyone clarify what's happening here?  I've got a user who's driving me nuts about this and she's high enough in the company that this issue will never "go away" without a satisfactory explanation.
    --smthng

    Was this ever resolved?
    I have a similar issue with my iPhone iOS7 and Outlook 2013:
    1) If I add/change a note in Outlook, it will show up in the contact info on iPhone
    2) If I add/change a note on the iPhone, it will SOMETIMES show up in the contact info
    3) Some contacts on my iPhone have two different "note" fields, one of which does sync, and the other not.
    I'm guessing the issue could be that some contacts have that second "note" field which is called something else in Outlook... but what?

  • User View not showing the assigned resources attributes in idm 7.0

    Hi,
    In a Remediation Form I am using a text field
    <Field name='user.accounts[SimAD].group'>
    <Display class='Text'>
    <Property name='title' value='Title'/>
    </Display>
    </Field>
    but here i am not able to get the value of group. when i dumps the user view its shows only Lighthouse resource under accounts attribute.
    <Attribute name='accounts'>
    <List>
    <Object name='Lighthouse'>
    <Attribute name='firstname' value='Magnet'/>
    <Attribute name='fullname' value='Magnet Mangentta'/>
    <Attribute name='idmManager'/>
    <Attribute name='lastname' value='Mangentta'/>
    </Object>
    </List>
    </Attribute>
    while the user has three resources.
    when I use the getView method in form using following code
    <invoke name='getView'>
    <ref>:display.session</ref>
    <concat><s>User:</s><ref>user.waveset.accountId</ref></concat>
    <map>
    <s>authorized</s>
    <s>true</s>
    <s>subject</s>
    <s>configurator</s>
    </map>
    </invoke>
    this time I m able to get the value resource attribute.
    please give the solution how can I get the editable user view in Remediation Form so that I can change the attribute of resource.
    Thanks,
    Amit

    i got the solution there was one attribute on workflow
    <Argument name='NoFetch' value='true'/>
    remove this to false it will fetch all the resource attributes

  • Login user account not showing up on restart

    I run a small business.  My assistant left and a new assistant has been hired.  I changed the name of the user account for the assistant to the new assistant.  Logging between the User (admin) account and the user (assistant) account works fine.  When you log out all the user accounts show up.
    However, when the new assistant went to startup the iMac in the morning only the User (admin) account shows up.  Her user account did not show up.
    I tried restarting the computer with command-r and going to the terminal to reset the password and this procedure is a no go because nothing shows up in the accounts dialog to reset.
    So, what do I need to do to make this iMac functional?  I don't want to give administrator rights to the assistant and that's why I have a user account for her, that is different than the administrator user account.  Do I need to wipe the harddrive and start again.
    I do have filevault on.  The computer is running the last update to lion.
    I appreciate your suggestions.

    Glad you fixed it, but be aware that if you give the assistant permissions to be able to start up the computer and thereby unencrypt the disk, s/he can also start up the computer in single user mode.
    Single user mode is a root account, and that means she can access everything in your Admin home folder.
    There's a way round this, I think, though I haven't tested it yet. Read the exchanges between myeslf and etresoft on this thread:
    https://discussions.apple.com/message/17620874?tstart=0#17620874

Maybe you are looking for