Sequential number visible to user

Is it possible to have a field which shows a distinct sequential number for each form? I want to set up a Purchase Order system where a distinct number is visible to the person filling out the form online.

This is not supported by Adobe FormsCentral.  This is something that you would be able to achieve using pdf forms created in Acrobat Pro.
-Jeff
Jeff Canepa
Software Quality Engineer
Adobe Systems, Inc.
[email protected]

Similar Messages

  • Sequential Number into Dimension BPC NW

    Hi expert
    i hope that you can help me, i need to create a sequential number as a Member into a one Dimension in order to identify any load data in our planning process, this number have to be create when the user send data to applitation by data input schedule.
    Please any idea to do that.
    Regards

    Thanks again,
    I have also created another property in order to group all the values I want to consider, but the script logic delivers an exception and it does not work.
    Example:
    Dimension: DIM
    ID       PROP1    GROUP
    A        10           Y
    B        13           Y
    C        17           Y
    If I need to multiply by 2 the value in the dimension PROP1, I have tried the following:
    *SELECT(%VAR%,"[PROP1]",DIM,"[GROUP]="Y"")
    *WHEN DIM
    *IS<>""
    REC(EXPRESSION=%VAR%2)
    *ENDWHEN
    However, the system delivers an exception error: UJK_VALIDATION_EXCEPTION: Unknown DImension Name in Keyword:¨3
    In the other hand the following gets saved and processed correctly:
    *SELECT(%VAR%,"[PROP1]",DIM,"[PROP1]="10"")
    *WHEN DIM
    *IS<>""
    REC(EXPRESSION=%VAR%2)
    *ENDWHEN
    I am using BPC NW 7.5 SP03 but I was not able to find an OSS Note regarding this.
    Many thanks in advance
    Regards
    Dani

  • Sequential Number SharePoint List

    Hi
    We are attempting to create a custom number that will automatically increment and decrement depending on the position of a new list item.
    For example, if I have a custom column named Sequence No. and I create a new item number 3, then all items from number 3 onwards should be automatically +1. The user should be able to capture the sequence number and have this value recalculated
    for other list items.
    The ID of the item cannot be used because there may be a situation where a user deletes an item. We have used this URL{SiteUrl}/_layouts/Reorder.aspx?List={ListId} for the reordering of items and we made the hidden order column
    available however if we change the position the order number is not always consistent - 200,250,275,300,400,450.
    We assume that an additional list to contain the numbering maybe a solution. Any suggestions for workflow and Jquery would be greatly appreciated.
    Thanks
    Mark

    Try below:
    https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-how-to-create-an-auto-incrementing-number-field-for-use-in-a-custom-id-part-1.aspx
    Or
    try below Script
    http://sharepoint.stackexchange.com/questions/88340/how-to-auto-populate-a-list-column-with-a-sequential-number
    ​<script src="/Shared%20Documents/jquery-1.10.2.min.js"></script>
    <script src="/Shared%20Documents/sputility.min.js"></script>
    <script>
    // Get the current Site
    var siteUrl = '/';
    function retrieveListItems() {
    var clientContext = new SP.ClientContext(siteUrl);
    // Get the liste instance
    var oList = clientContext.get_web().get_lists().getByTitle('sequential number');
    var camlQuery = new SP.CamlQuery();
    // Get only the last element
    camlQuery.set_viewXml('<Query><OrderBy><FieldRef Name=\'ID\' Ascending=\'False\' /></OrderBy></Query><RowLimit>1</RowLimit></View>');
    this.collListItem = oList.getItems(camlQuery);
    clientContext.load(collListItem);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded(sender, args) {
    var listItemInfo = '';
    var listItemEnumerator = collListItem.getEnumerator();
    while (listItemEnumerator.moveNext()) {
    var oListItem = listItemEnumerator.get_current();
    var listItemInfovalue = oListItem.get_item('Occurrence_x0020__x0023_');
    // Based in you request the id is : 14-00001
    // Split the first
    var res = listItemInfovalue.split("-");
    console.log(res[1]);
    // increment the index
    var newId = parseInt(res[1])+1;
    // create the new id
    SPUtility.GetSPField('Occurrence #').SetValue(res[0] + '-' + pad(newId, 5) );
    console.log(listItemInfo.toString());
    function onQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    // Create new id with fixed size :
    // exp : 00001, 00001
    // num : is the number
    // size : is the number size
    function pad(num, size) {
    var s = num+"";
    while (s.length < size) s = "0" + s;
    return s;
    $(document).ready(function(){
    ExecuteOrDelayUntilScriptLoaded(retrieveListItems, "sp.js");
    </script>
    If this helped you resolve your issue, please mark it Answered

  • Find the number of concurrent users in system at a given time

    Hi All,
    We have the ECC system in which we need to set up monitoring alert which should tell the following things.
    1.The  number of concurrent users looged  currently in the system.
    2. List of  transaction per hour or user activites with the counts
    I want to know whether we have any standard report , function module or tcode through which we can achive this.
    A quick response will be appreciated.
    Thanks in advance.
    Regards
    Santosh

    Dear Santosh,
    for concurrent users there is this monitor in RZ20:
       System Configuration
           Operation Mode Status
           Instance Status
           Concurrent Users
               Concurrent Users (all Clients)    2 Usrs, Green 15.05.2014 , 17:02:18
               Concurrent Users (Client 000)     1 Usrs, Green 15.05.2014 , 17:02:18
               Concurrent Users (Client 001)     1 Usrs, Green 15.05.2014 , 17:02:18
               Concurrent Users (Client 066)     0 Usrs, Green 15.05.2014 , 17:02:18
    This monitor is available under RZ20 --> SAP CCMS Monitor Templates --> System Configuration
    best regards,
    Alwina

  • Report showing the number of active users in the system

    All,
    There is a standard SAP report which shows the number of active users in the system (output same as AL08).
    Does anyone remember this?
    Cheers,
    Bidwan

    Hello Bidwan, 
    Are you talking about the report RSUSR000?
    Regards.
    Ruchit.

  • Check the number of active users of oc4j in EBS

    Hi,
    I often see a recommndation of sizing jvm's to 1 per 100 active users. How can I find the number of active users currently using a jvm in EBS. We have 4 apps servers and 1 of apps servers also runs OBIEE with it's own jvm.
    I can find out from a unix command prompt counting establish connections to the port but I like to know if there's a better way to find the number of active users using the jvm's
    Thanks
    Mike

    Hi,
    To find the number of active user session on each of the application servers from a unix command line. I would find the port that Apache was listening on eg 8100. The use the following command on each of the apps servers
    netstat -an | grep 8100 | grep -i est | wc -l
    This gives a rough idea of how many active connections are established to the apps server. But I would really like to find how many users are actively using o4cj.
    If you are using forms in socket mode again, you can grep on the forms listening port number to find how many active forms users are connected.
    I can also see how many active connections are in the oc4j established to the database using lsof. Find the process id for oacore jvm.
    lsof -p PID
    But I'm sure there's a better and more accurate way of find active users of o4cj, specifically oacore.
    Thanks
    Mike

  • Maximum number of concurrent users that can connect to a SQL DB

    I see various SQL DB plan S0, S1, S2 and P1, P2 and P3.  Each one of them talk about DTU's but never talk about the max number of concurrent users.  Where can I find that number and is it configurable by the end user?

    It is the maximum connection that is most important. Best practice is not to have users holding on to their connection for long period of time. Maximum user connection in SQL is 32767, resource permitting. Not sure for Azure SQL. If you follow best
    practice, you are not supposed to hit this limit cause other limits will be hit first.
    Frank

  • Scalability in BlazeDS - What is the maximum number of concurrent users possible with BlazeDS?

    Hi all,
    is there a limit on the number of concurrent users that can connect via BLAZEDS? I see many places that it is only in 100s and not in 1000s.
    is that true? Anybody has doen performance testing on that?
    Thanks
    Kiran

    What is practical? Probably between 1 and 6 streams can be done with reasonable use of bandwidth. However, keep in mind that you will likely want to use the lowest quality setting for cameras so they are demanding the least amount of bandwidth.
    Using the Connect 8 numbers, Low quality webcam video with the room at LAN settings should have an aprox average bandwidth consumption of 184 kbps. From there it is just simple math. 6 live streams at that setting will be 1.1 Mbps. Alternatively, at High quality webcam video and with the room at LAN, each stream will average aprox 501 kbps. 6 streams will average 3 Mbps.

  • How to know the number of Active users logged in to a Essbase  Application?

    Hi,
    Is there way to capture/log the number of active users who have logged into a particular Essbase application at a given time.
    In Essbase or in Shared services?
    I know we can see the EAS-Edit Sessions shows the actively logged-in users, then we can sort on the application/database & manually count the number.
    Is there a way to capture it in a log at a given time on a regular basis. Any MAXL or Shared services feature?
    Appreciate your thoughts.
    Thanks,
    Ethan.

    You could use maxl .
    display user all;
    there will be a column called "logged in" which will display true/false for the users
    but that will just show if they are logged into the server and not the application
    You can also use use display session
    display session all;
    or
    display session on application sample;
    which should show what you are after.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Number of concurrent users

    how can I find the number of concurrent users in oracle 10g;
    thank you

    You mean ACTIVE users ??
    Use following script :
    active.sql
    set pagesize 120
    set linesize 150
    select username, count(*) from v$session where status = 'ACTIVE'
    group by username;
    column spid format a5
    column sid format 9999
    column serial# format 999999
    column username format A9
    column schemaname format A8
    column osuser format a20
    column machine format a15
    column logondate format a15
    column terminal format a10
    column status format a10
    column module format a25
    select a.sid, a.serial#, b.spid,
    --a.process,
    a.username,
    to_char(a.logon_time,'DD-MM HH24:MI:SS') LogonDate, a.osuser, a.machine, a.status, a.module
    from v$session a, v$process b where a.paddr = b.addr
    and a.status = 'ACTIVE' and a.username is not null
    order by 9;
    --order by b.spid;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can I know the number of concurrent users

    Dears,
    We have a sizing document from one of our vendors which is asking for the "Peak number of concurrent users in E-mail".
    How can we estimate that? is it something like 5% of Total # of Users?

    Hi,
    If your field symbol has been defined as an internal table :
    Use std describe as
    Data: l type i.
    describe <fs> lines l.
    'l' will contain the number of lines as needed.
    FYI
    The size of this storage area in a field symbols depends on the number of table lines which is not fixed, but determined dynamically at runtime.
    Regards,
    Amit

  • Limit the number of concurrent users

    Is it possible to limit the number of concurrent users for the application in Websphere or at the http management level?

    You don't say what version of Websphere you are using, but here's how you might limit the number of sessions in Websphere 4.0 Advanced Edition (other versions may differ):
    Open the Administrative Console. Go down the tree to Nodes, Application Servers and click on the server you want to control (likely Default Server). In the right panel, click on the Services tab. In that panel, click on the Session Manager Service and click the Properties button. That pops up a new dialog.
    Select the Advanced tab here. Put a number in the Maximum in-memory Session Count field and uncheck the Allow Overflow checkbox. Click OK, etc, etc, and you'll probably have to restart Websphere.
    I said "might" because I don't know if this will do what you want or not. Read the help file associated with that dialog and judge for yourself.

  • How to find out number of concurrent users  connectd to a site?

    I would like to find out the number of concurrent users on my site. What is the best way to do it?
    This is how I implement it currently:
    I have a HashSet object in the session. whenever a user visits the page, i added the user's sessionID to the HashSet. But when a user leaves my page, it won't inform my jsp pages. The only thing I can do now is whenever I add a new sessionID, I loop through the HashSet and check to see which sessionID is invalid or inactive, then remove the it. Does a user session becomes invalid immediately when the user leaves the page, or it has to wait till it times out?
    Are there any other more efficient ways of doing it?

    Look at HttpSessionBindingListener. That will let you do what you want to, correctly.
    User session will time not. If it were to become invalid immediately, it won't be called a "session" would it?

  • Where to find number of concurrent users in 10g OEM

    I have recelntly installed an instance in oracle 10g release2 rdbms.Is this possible to find the number of concurrent users in OEM.If yes please show me the steps.

    The number of concurrent users can be limited by the SESSION initialization parameter.
    But it can also be limited by insufficient or misused resources. It is possible to set the system to permit 30,000 concurrent users (per your post in the Installattion forum) and go into heavy swapping or paging, causing the system to not accept the required number of users.
    A lot depends on the real load characteristics you expect - you may want to consider shared server or RAC configuration for certain load types.
    My instinct is to have very careful planning sessions, with several experienced Oracle DBAs and developers, around the instance configuration.

  • How to get personnel number of the user in the wd java code in Leave reques

    Hi all,
    we are using the standard Leave Request Applicatin ESS.
    can any one please tell me how to get the personnel number of the user in the WD java code?
    cause i have pass the pernr number to a bapi and get the details.
    please help me its urgent.
    thanks in advance.

    Hi Madhu,
    Create a model for the particular bapi in wd java and acess it in your component. Then pernr parameter will be available in the context and u can pass value for the parameter (pernr) to the model and get the output.
    If you hav any doubt, please let me know.
    Regards,
    Jithin

Maybe you are looking for

  • Oracle 11g installation issue on windows 2008 -64 bit

    I have downloaded the Oracle DB Server software from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111070-win64-2008soft-084715.html: Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 win64_11g

  • Problems with Purchase order

    Hello Guys , I´m trying to create a stock transfer using a "stock transfer order" using  t-code me27 and the material is a stock material  and  has CS "Case" marked as Unit of measure for the order unit but when I try to save my purchase order it cha

  • IC WebClient cookbook - CRM 5.0

    Hi all, Can anyone please send me IC Web Client Cookbook for CRM 5.0. I have the Cook book for 4.0 but there are few things that have been changed in the new release. Thanks, Preethi

  • Redo error  in window

    Hi Experts, we use oracle 10GR2 in 32 bit window. I got an error mesage as ~Errors in file d:\oracle\product\10.2.0\admin\sale\bdump\sale_arc1_1980.trc:~ORA-16038: log 11 sequence# 15078 cannot be archived~ORA-00333: redo log read error block count~O

  • How to attach file in emails

    Hi how can add attachment in emails