Difference between "answerObfuscated " and " true " value for secret proper

Hi Everyone,
I have a doubt what would be the difference for the property " secret " in the form field .
Can some one explain the difference for the bellow code
<Property name='secret'>
<ref>waveset.questions[$(name)].answerObfuscated</ref>
</Property>
and
<Property name='secret' value='true'>
I have read in the docs that if the value for the obfuscated is set to "true " in the systemconfiguration file then it would display all the password fields and authenticated question answers as asterisk .
<Attribute name='obfuscateAnswers'>
     <Boolean>true</Boolean>
</Attribute>
My question here is that if we have the above one is system configuration field as true and in the forms as answersobfuscated as a value then it shows as asterick if we have false in the system configuration file then in the form secret would be false then it will show the filed the regular text is that right ?

That's a good question. My understanding:
answerObfuscated is an actual property of the answer, so can be used to control the display of answers anywhere.
secret is a property of a web field, and can be put on any web field on any web form.
So in the first example you give, the field is obfuscated only if the user's answer is tagged as being obfuscated. This would be used mostly to conditionally allow viewing of questions. (E.g., should an admin be able to read the plain text answer on a user's account?)
And yes, you would use this so that the system config controls the display rather than having to hard code it on every page that displays answers.

Similar Messages

  • Difference between "false" and "FALSE" value

    Hello All,
    Many times i have seen that intellisence shows options "true" , "TRUE" , "false" , "FALSE" together.
    Can anyone tell me the difference between lowercase and uppercase value?
    For Example : ActivateOnDefault Property of SPFeature shows these options.
    Thanks in advance.

    there are also True and False options. Inside xml with Sharepoint artifacts (including mentioned feature declaration) all versions should work.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Difference between zero and blank values

    Is there a way for the system to determine the difference between zero and blank values. One can have a zero allowed for the 0 value to actualy be there in the KF but is there a way that a macro can be written by which we can use the differentiation between the zero ( a value) and blank (no value) in the KF
    I have tried to look for an explanation on the service.sap.com and sdn but was not able to find anything.
    Thanks in advance

    Thanks for your reply. You mentioned something about the "fixing" setting that could make the "0" displayed in the planning book. Could you elaborate?
    Also, in the post from user "APO APO" on 5/8, the author seemed to indicate they could see the "0" in the planning book, as quoted below:
    "I have already made the zero allowed arrangement for that in the planning area and can see the 0 values in the planning book but I am not being able to make the macro get the results."
    I just want to find out if there is any way the user can visually distinguish b/w the "0" and blank values. If not, it'll be very confusing to the users. I understand the macros can distinguish b/w them.
    Thanks in advance.

  • Difference between -TlsDomain and -DomainSecureEnabled Parameters for Sendconnectors

    Hi Exchange-Community,
    I just came across with the different possibilties for securing mail flow between Partner companies.
    I'm a little confused by the difference between -TlsDomain and -DomainSecureEnabled. All Whitepapers and tutorials for secured Partner communication refer only to the -DomainSecureEnabled Parameter. (With conjunction of Set-transportConfig -tlssenddomainsecurelist
    etc. of course)
    Can anybody enlight me when I have to use the -TlsDomain Parameter, and what it finally does? 
    Thanks for any response
    Chris

    Hi Chris,
    The DomainSecureEnabled parameter is part of the process to enable mutual Transport Layer Security (TLS) authentication for the domains serviced by this Send connector. Mutual TLS authentication functions correctly only when the following conditions
    are met:
    The value of the DomainSecureEnabled parameter must be $true.
    The value of the DNSRoutingEnabled parameter must be $true.
    The value of the IgnoreStartTLS parameter must be $false.
    The TlsDomain parameter specifies the domain name that the Send connector uses to verify the FQDN of the target certificate when establishing a TLS secured connection.
    This parameter is used only if the TlsAuthLevel parameter is set to DomainValidation.
    A value for this parameter is required if:
    The TLSAuthLevel parameter is set to DomainValidation.
    The DNSRoutingEnabled parameter is set to $false (smart host Send connector).
    For more information about them, please refer to Parameters in Set-SendConnector:
    http://technet.microsoft.com/en-us/library/aa998294(v=exchg.150).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Assets: provision for differences between APC and Market Value

    Hi,
    my current client needs to make a provision with the difference between the APC and Market Value in some assets (buildings...).
    Our idea is to use Valuation Area 02 in order to reflect those "Market Values" and create another Valuation Area = 02 - 01. With this area we will have the amount the we need to make the provision in GL.
    I just wanted to know if FI-AA has anything that could make those provisions automatically. I have looked into help.sap.com, customizing etc... and I could not find anything.
    Does anybody knows if there is a standard "provision function" for assets?
    I think that we will need to develop an ABAP program for this requirement...
    Cheers

    not solved but need to close it...

  • What's the difference between redundancy and recovery window for retention?

    Hello all,
    I'm still trying to get a grip on this concept for RMAN backup planning.
    I recently ran into a situation as follows.
    I have the backups set to a redundancy of 1.
    I have instance1, which had GRID jobs to run RMAN backups as follows
    Incremental database level=0 weekly at Wed at 2:30am
    I have daily backups, incremental level=1 each evening
    I have archive log backups through the day.
    What happened, was that apparently on a Tues some time, the development team deleted data from almost every table in their schema.
    The didn't discover this till midday or so on Wednesday.
    I went to try to restore...and RMAN couldn't do it. I had found a SCN for early the Tues they did it...but I got the following error:
    RMAN> RUN
    2> {
    3> SET UNTIL SCN 4590383198282;
    4> RESTORE DATABASE;
    5> RECOVER DATABASE;
    6> }
    executing command: SET until clause
    Starting restore at 28-APR-10
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: SID=639 device type=SBT_TAPE
    channel ORA_SBT_TAPE_1: NMO v4.5.0.0
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=638 device type=DISK
    creating datafile file number=1 name=+DATADG/instance1/datafile/system.284.697137287
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/28/2010 15:53:00
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATADG/instance1/datafile/system.284.697137287'
    From what research I did...it appears that since I did not have a level=0 incremental from before, it could not reset the database back in time. The previous one had been deleted since, I guess I had a redundancy of 1.
    So, I thought I had a week backup they way I have it set..but that assumes that errors are found pretty quickly before the next level=0 backup.
    I want at least 1 to 1.5 weeks worth of backups. I do have the problem that we do not have many tapes in rotation, so I cannot go for too long...may 2x weeks tops.
    I'm trying to rethink my strategy, but I'm confused as I read as to the difference between setting RMAN retention with redundancy vs recovery window.
    Can someone give me an explanation how you understand it? I'm reading on the web and in oracle books, and for some reason, it just isn't clear to me what is the best way to go....especially when I see that redundancy and recovery window might both be set??
    Thank you in advance,
    cayenne

    Dear Cayenne
    AFAIK RMAN doesn't claim that "you haven't enough backup". Please read the error you got carefully
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATADG/instance1/datafile/system.284.697137287'
    and check the following link:
    ORA-01180: Cannot create datafile 1 when doing RMAN restore onto 2nd server
    Moreover, could you please use LIST BACKUP command and see whether you have enough backups?
    Read "Redundancy Based Backup Retention Policy" from the following link:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/strategy003.htm#sthref139

  • Differences between US and UK implementations for HR and Benefits

    Need to know any information about implementing Oracle HR and basic benefits in Europe (France localization with rollup of others). I have HR, OAB implementation experinece in US. Want to understand the differences between US implementations and UK implementations. Any reference documents welcome.
    Thanks
    Alu

    Alu,
    Here are some starting points, but the list is only a subset of published collateral:
    1. MetaLink Note 315928.1 - HRMS for France - Public Sector Updates FP K - June 2005
    2. MetaLink Note 315927.1 - HRMS for France - Commercial Sector Updates FP K - June 2005
    3. MetaLink Note 273558.1 - P11D Implementation and User Guide 2005-2006
    4. MetaLink Note 356684.1 - UK: Payroll Statutory Deductions User Guide incorporating End of Year and Start of Year 2005-2006
    5. MetaLink Note 236455.1 - Teacher''s Pension Extracts in Oracle HRMS
    6. MetaLink Note 236454.1 - Occupational Sick Pay and Occupational Maternity Pay in Oracle HRMS
    7. Oracle HRMS Implementation Guide B14466-01
    8. Oracle HRMS Implementation Guide (UK) B15575-01
    9. Oracle HRMS Implementation Guide (US) B15548-01
    10. Oracle HRMS Enterprise and Workforce Management Guide (Global) B14467-01
    11. Oracle HRMS Compensation and Benefits Management Guide (UK) B15579-01
    Regards,
    Greg

  • Difference between InDesign and Photoshop PDFs for printing?

    Hi, rather new to the whole printing business, forgive me.
    I have both InDesign and Photoshop, but I am better versed in Photoshop. Is there a significant difference between the capabilities for saving a PDF for print between the two? Also, would someone else be able to tell which program I made the PDF with?
    Thanks in advance.

    Like most operations, one tool or the other is more appropriate according to the makeup of the task. It's not just about which PDF is somehow "better," (there are many ways to produce PDF's, and the quality of output isn't necessarily directly dependent upon the originating application), but rather which tool is the correct one for the job.
    For instance, a movie poster can certainly be done completely in Photoshop to good effect. But, if I was laying out the pages of a textbook, where images and longer passages of paragraph-based text were to be mixed, the typographical and document assembly capabilities of InDesign would be indispensible. That's just an example. The very essence of art and design is learning and devising ways to use the available tools alone and in combination to produce a particular result, effect, or solution.

  • Difference between i5 and i7 cpu for photography and design purposes

    I need to replace my old MBP and am not too familiar with tech specs concerning CPU and memory. I'm a photographer and use Adobe Lightroom and onOne Perfect Suite7. Working with images is my main goal. For video rendering and "heavy" stuff I have an iMac 27" i7. So a MacBook doesn't need to be a one in all solution.
    I compared a MBA 13" all-in, with a MBP 15" and a MBP 13" Retina. All configured with 8GB Ram I get price offers which vary a lot between these three models. My question is there a significant difference between the different CPUs for photo editing and design purposes? I don't want to spend a heap of money since MBs are pricey enough.

    Yes, on the big plus side of the non retina MBP is the possibility to tweak it a little by myself. I threw away the superdrives and replaced them with SSD drives for OSX and have second drives for all the data in my machines. CD and DVD is ancient storage technology anyway. Also did I upgrade RAM myself without paying Apple's ridiculous prices.
    With the upgrade to the widescreen non glossy display, I think I will be set up properly. However, I will checkout those retina displays tomorrow, just to really know it.
    But one question remains: Which CPU might be sufficient in the long run? I tend towards the 2,6GHz with 1GB RAM GPU
      2,3 GHz Quad-Core Intel Core i7, NVIDIA GeForce GT 650M with 512 MB GDDR5 RAM
      2,6 GHz Quad-Core Intel Core i7, NVIDIA GeForce GT 650M with 1 GB GDDR5 RAM [+ 200,00 €]
      2,7 GHz Quad-Core Intel Core i7, NVIDIA GeForce GT 650M with 1 GB GDDR5 RAM [+ 450,00 €]

  • Difference between 1333 and 1600 mhz for 16Go RAM

    Is there a big difference between a 1333 and 1600 mhz 16Go RAM and does my macbook pro 13" (2,9GHz intel core i7 - actually on 8Go RAM - 2011) support those?
    Is this one ok for my mac? : http://www.amazon.fr/memory-upgrades-1333Mhz-MacbookPros-laptops/dp/B006FW8RCU/r ef=sr_1_2?ie=UTF8&qid=1382738058&sr=8-2&keywords=Mémoire+16+Go+%282+x+8+Go%29+SO DIMM+1333+MHz+DDR3+PC3-10600
    Thanks,
    T.Dehon

    1333 MHz RAM for your machine. Don't use anything else but what is recommended.
    Maximum Memory
    16 GB (Actual) 8 GB (Apple)
    Memory Slots
    2 - 204-pin PC-10600 (1333 MHz) DDR3 SO-DIMM

  • Difference between input and output values

    I am using NI DAQ 6024E and SCB 68.
    I have shorted one anlog output and input channel
    in the SCB 68 board itself.(differential connection). that is whatever ouput voltage
    i am giving at o/p channel 22 and 55 should come at i/p
    channel 68 and 34. But when i read the values in my VI,
    the input voltage is higher than o/p. why is the difference.
    I used default buffer size 1000 and AI Single scan and AO Single Update.

    There doesn't seem to be a problem with your pin connections.
    The SCB-68 has a temperature sensor that can be used as cold-junction compensation for thermocouple measurements. If the temperature sensor is enabled, it will use channel 0 of the DAQ device.
    Since you are connecting to channel 0 of the 6024E, I would make sure you have the temperature sensor of the SCB-68 disabled. You can disable the temperature sensor by using the switched of the SCB-68. The User Manual of the SCB-68 is linked below and provides the information on how to disable the temperature sensor (page 2-4).
    SCB-68 68-Pin Shielded Connector Block User Manual
    http://digital.ni.com/manuals.nsf/webAdvsearch/74C86ADEF0E4813F86256C84007CB3AB?OpenDocument&vid=niwc&node=132100_US
    I hope t
    his helps.
    Regards,
    Todd D.

  • Differences between Preview and Acrobat Pdf for some files

    Good morning,
    My name is Roberto and I am from Venice (Italy).
    I'm a new Mac user (I need to use windows for my work because the softwares are only made for win).
    The problem (I think it is a problem of SL):
    I upgraded my MBP17 and iMac24 to SL.
    Last week I noticed that the file linked below showed a different color on the table background.
    The original background is orange (if you open the file with acrobat reader) while it is grey when you use Preview.
    Go to page 100 to see the differences.
    https://wwwsapp1.suva.ch/sap/public/bc/its/mimes/zwaswo/99/pdf/44022_i.pdf
    Thanks.
    Roberto

    Hi Seems a similar problem here too. Saving CMYK files in illustrator as pdf to mail to customers. A navy color in the file displays as grey in Preview Mail and Quicklook, but it prints correctly to our Xerox DC12 and opens fine in Acrobat with the same navy blue as viewed in illustrator CS4.
    We tried making the colour a spot not process same problem.
    We have tested this on an iMac with 10.6.1 with CS4 and a PowerMac with 10.6.1 with CS4. It seams to be in Snow Leopard only. The color displays on Leopard correctly in Preview, Mail and Quicklook.
    Is any one else having Preview colors displaying wrong?
    Regards
    RevolutionShirts

  • What's the difference between educational and the discount for existing customers

    i am both a student and an existing customer. the price would be the same for me with the new promotion. which would be a better route to sign up as? with the existing-customer discount my understanding is that the price will go up after a year. what happens in the educational version after a year? are there any other differences i should know about?

    Hi Mrtunes,
    I'm not seeing any kind of noteworthy difference.
    Here is a screen shot of the billing terms for signing up for the educational route (US store)
    (click to view larger)
    -Dave

  • Whats the main difference between wifi and wifi   Cellular for iPad mini?

    Can someone explain to me in simple terms the main difference/benefit of buying a wifi or a wifi + cellular iPad? I thought the cellular meant you would have a sim card in it and you can then connect to the internet when you are not near a wifi, but now looking at the specs again it mentions a sim card for the wifi one, so what are you getting extra for the cellular technology?

    Aloha Karl. You're welcome. I'm still new to all this technology myself. I only had my iPad for a year and a half. Up until a few years ago I had no plans to  to ever have anything to do with computers. Fortunately a few friends showed me what was available on the internet and another friend suggested I should give the iPad a look at. The rest is history. At 63 I'm still like a kid with a new toy, trying to learn, trying to help.  Bob.

  • Difference between FINT and F.24 for interest calculation

    Hi all!
    I am currently configuring the calculation of interest on arrears. To be more specific - an interest has to be calculated only on overdue items cleared with a payment. SAP advises to use F.24 transaction in this case. The problem is that F.24 doesn't produce a normal report where the clerks could see the invoices in a list (before actually posting the interest) - it produces the 'mail format' pages.
    I wonder what FINT transaction is for? Can I use it for calculating the interest on arrears? In SAP I didn't find any good documentation on this.
    Could you please help me by describing the main purpose of using the FINT? What is it for? Can it be used in my case?
    Thank you very much in advance!

    This is probably not as detailed as you would like but FINT is the replacement for F.24.  Both are still supported however there are several reporting advantages with FINT over F.24 specifically program RFINTITSHOW.  FINT also has additional selection capabilities and generally is an improved interest calculationprogram over F.24.  I can't off the top of my head think why they'd suggest to use F.24 now instead of FINT.  FINT I think also uses Smartforms where F.24 uses SAPScript (and can probably be made to use Smartforms) .
    Hope that helps somewhat.

Maybe you are looking for

  • How can I mix landscape with portrait pages in InDesign CS3?

    I want to put together a very simple four-page document with images and accompanying captions, to be inserted as plates into the middle of a book. Unfortunately, I don't seem to be able to find a way of mixing portrait and landscape images. The first

  • Can multiple devices access drives connected to Airport extreme at the same time?

    i have a few days to decide before someone gets me either an airport extreme or a decent NAS adapater to using with my existing airport express, from the US. my airport express serves me good for all my networking needs but i have decided to take my

  • Customer Outstanding based on invoice date

    Hi, As you know that we have statndard report for Customer Outstandings which will give us the cusomer outstanding balance with time buckets. in that we calculate the outstanding amoount based on Posting Date. Now i want to calculate the same based o

  • Lost wireless connection

    my hp office jet 4500 wireless printer lost its connection. Tehre is nothing in the printer que.  How do i reconnect my wirelss printer?

  • Help with blackberry 8120

    Hi, I dont know why but I dont get a option to set up my email account with an existing one, the only option that shows is to set up the enterprise activation; also (while connected in wifi) I downloaded the facebook app, the balckberry app store and