Automatically add a dynamic property to a newly created table

hi,
how can i customize data modeler so that whenever a table/entity is created, a dynamic property named myprop1 is attached to it.
and further more, i hope this dynamic property be included in the generated reports.
thanks.

Hi Srv-02,
You can create a custom action to add Watermark for all the generated pdfs.
You can also accomplish this via Javascript: https://acrobatusers.com/tutorials/watermarking-a-pdf-with-javascript
Regards,
Rave

Similar Messages

  • Not inserting records in a newly created table

    Hi everybody,
    I have imported four tables in a source module and used the Join Operator in order to insert the rows in one newly created table.
    This table - designed in a target module - was created in the desired schema , but without the relevant rows , as I expected...
    NOTE : the where clause , i have defined in the Join Operator, is not the problem , as I removed it and the rows are not inserted...in the table
    Also , the sample PL/SQL code which was created automatically , was exactly as I expected - I mean the 'insert into ... select.....' clause was right...
    What may be the problem..?
    Thanks , a lot
    Simon

    Hi Jaap,
    thanks for your reply...
    Sorry for being a little unclear ...
    I have followed the instrunctions in the on-line help of OWB , and :
    1) have imported four code tables into a source module . The tables are in an Oracle RDBMS 10g .
    2)I have created manually a table - using the OWB client tool - which consisted of some of the columns found in the four tables .
    3)I have inserted a Join Operator in order to correlate the four table columns with the columns of the target module.
    4)I have defined the Join condition of the the four table columns. In my first post , unintenionally I have written that I removed the Join Operator. I meant the Join Condition in order to make sure that the join condition isn't the reason that the records are not inserted....
    5)I have validated and generated the mapping without any errors - not even warnings.
    6)I have selected Project->Deployment Manager and I selected the OWB_RUN user - which is the Runtime Repository owner.
    7)I have selected the objects to deploy - the mapping , the one table I created in the target module. The deployment has succedded , and the table was created but no records are found in it.
    Now , is there a possibility that this problem is caused by absence of the privileges to insert the rows...?
    How can I check that the source tables are filled on the registered location of your source module?
    Another basic question...
    I have created a Runtime Repository owner - called owb_run- using the Runtime Repository Assistant . I use this user in order to deploy the mapping and the new table. I want -and it is created- that table in another schema (user his_dw) - even another database in the same server. Should I run the Runtime Repository owner in this schema (his_dw)???
    Thanks , again a lot
    Simon

  • We can't add a decimal number column with the create table forms

    In the version 4, we can't add a decimal number column with the create table forms.

    In the GUI, I found the following column (I translate from french to english): PK, Name, Data_type, lenght, not null, default, comments.
    In the lenght field, if I enter 9,3 to have a NUMBER(9,3), I have a message saying that the number must be an integer.

  • How to add a new field to an newly created tab in QM02?

    HI ,
    I had created a new tab in QM02 using spro. Now I want to add afield (Product hierarchy) to the tab. I have used screen area 090 for it.
    And have also created a screen (777) in function module XQQM.
    Can anybody pls elaborate how to add the field? Also how will the value  be fetched (for the field) from the table MARA?

    Hai      venkateshwar reddy ,
    try with these user exits
    MGA00001 Material Master (Industry): Checks and Enhancements
    MGA00002 Material Master (Industry): Number Assignment
    MGA00003 Material Master (Industry and Retail): Number Display
    Refer these steps also
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/screen-exit-on-mm01-mm02-mm03-322717#

  • Allowing user to see a newly created table

    Hi ,
    I have created a new table tbl1 in tblspace1 and grant select , delete , insert to user1
    how can i allow the user1 to see the new table tbl1 ?
    kindly advise
    tks & rdgs

    SQL>
    SQL> SHOW USER
    USER is "ADMIN"
    SQL>
    SQL> CREATE TABLE TEST AS SELECT * FROM TAB;
    Table created.
    SQL> GRANT SELECT,INSERT,UPDATE ON TEST TO MYTEST;
    Grant succeeded.
    SQL> CONN MYTEST
    Enter password: *******
    Connected.
    SQL> DESC ADMIN.TEST
    Name Null? Type
    TNAME NOT NULL VARCHAR2(30)
    TABTYPE VARCHAR2(7)
    CLUSTERID NUMBER
    Cheers

  • Add a new Property Set

    Hi,
    My question is:
    I want add a new property set , so I create a new .usr file in workshop,
    then build a ear file and deploy .
    but i can't found this property set in adminportal, Why?
    If I do not use the ear file, under the workshop to deploy, all is ok.

    Hi,
    I used this code to autoformat my columns! Hope this was what you were looking for!
    Optimize width of columns --------------------------------------*
          DATA: column      TYPE ole2_object.
          CALL METHOD OF h_excel 'Columns' = column NO FLUSH.
          FREE OBJECT h_excel NO FLUSH.
          CALL METHOD OF column 'Autofit' NO FLUSH.
          FREE OBJECT column NO FLUSH.

  • Need to automatically add newly created user account in an existing active directory group.

    Hi All ,
    In my  environment we are having window server 2012 active directory environment.We need to have the newly created active directory user account to get added automatically to the existing active directory group after that new user account creation.
    Please tell us the possible ways to achieve this scenario.
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

    Hi,
    Can you please confirm your requirement,
    When you create a new user account in AD, based on the user's property like Department, Job or Location, the user need to be added to your specific AD groups?
    Regards,
    Gopi
    JiJi
    Technologies

  • Is there a way to automatically add another of the same page while a form is being filled?

    Is there a way to automatically add another of the same page while a form is being filled?
    I have a two-page form of which the second page is essentially a spreadsheet analog.  Often, there is need for for more lines than are available on the page.  Is there a way in which to add another or even multiple copies of the second page? 
    Thanks ahead...
    TG

    You can do that with a dynamic XFA form created in LiveCycle Designer, which comes with Acrobat Pro for Windows. For more information, you can ask over at the LiveCycle Designer forum.

  • Automatically add a current date at the end of the comments

    Hi,
    I have a form on a table with 5 fields... on one the field I am asking my users to enter comments...
    I am looking for a functionality to automatically add a current date at the end of the comments, only when they are updated or newly filled in...
    Please advice how can I do it... I am anticipating some sort of a trigger on column (when the data is modified)...
    Thanks

    automatically add a current date at the end of the comments, only when they are updated or newly filled inDo you want to add the date to the page item itself and hence show it to the end user as and when its changed, thn
    Assuming comments item is named '*P1_COMMENTS* , add the following to the "execute on load"
    $('P1_COMMENTS').change( function(){
      var d = new Date();
      $s('P1_COMMENTS', $v('P1_COMMENTS')+ d.toUTCString() );
    });If its to be done only when updating ie in the PLSQL block
    UPDATE <table name>
    SET <comments _column> = (  SELECT DECODE(  NVL(<comments _column>,'')
                                                                          ,NVL(:P1_COMMENTS,'')
                                                                          ,<comments _column>
                                                                          ,:P1_COMMENTS||TOCHAR(SYSDATE,'DD-MON-YYY')
                                                  FROM DUAL
    WHERE <condition>

  • Creating a Dynamic Property LIst

    Hi everyone,
    How to make a dynamic Property list in lingo
    Actually the problem is I am fetching a list of Columns from
    the databse which may vary so I want to make a dynamic PropertyList
    in which I can Set the property and the values based on the number
    of colums in a Database
    For Example: In the DB, I have a Table which contains
    follwing columns
    FName, LName,CompName, Age, Address1, Address2, Email,
    website
    Now I will select specific colums based on some condition. So
    I will be storing the result which would come in a property list.
    So this List needs to be Dynamic i.e it should be getting created
    based on the colums returned from the query.
    Suppose for a specific condition i get Fname, Lname, Email as
    a result so my List should look some thing like This
    objRecord = objResult.rows[1] --Row Returned from the
    Database
    listQueryResult = [#FirstName : objRecord[1], #LastName :
    objRecord[2], #Email : objRecord[3] ]
    The Above List shoud be based on nos of colums returned from
    the Query
    Is there any way by which i can create such a Dynamic
    Property List.
    I hope the Question is Clear
    Hope to get the answer at the earliest
    -Thanks and Regards
    -Atul Saxena

    You can create a new empty property list like this:
    listQueryResult = [:]
    To add a property/value pair, you can use:
    listQueryResult[
    <propertyName>
    ] =
    <value>
    or:
    listQueryResult.setaProp(
    <propertyName>
    <value>
    The above two commands will add the property if it doesn't
    exist, or update a value if the property name is already present in
    the list.
    You may not be aware that you can use strings as property
    names instead of symbols if you like, which you might find easier.
    Couple of examples following your example:
    listQueryResult = [:]
    objRecord = objResult.rows[1] --Row Returned from the
    Database
    listQueryResult["FName"] = objRecord[1]
    listQueryResult["LName"] = objRecord[2]
    (etc)
    Or, if you also have a list of the fieldnames returned from
    the db:
    listQueryResult = [:]
    fieldNames = objResult.fieldNames --Field names for records
    returned from Database
    objRecord = objResult.rows[1] --Row Returned from the
    Database
    repeat with n=1 to fieldNames.count
    thisFieldName = fieldNames[n]
    thisFieldValue = objRecord[n]
    listQueryResult[thisFieldName] = thisFieldValue
    end repeat
    hope this helps!
    - Ben

  • Automatically add pages to LiveCycle form

    Does anyone know how to automatically add a page in a pdf form. I have created a 2 page pdf in LiveCycle Design ES 8.1 and on the second page there is a huge simple text field. What I want is...if the user has used the required space in the text field then I want LiveCycle to automatically create the second page on another page with that field so the user can continue. Is that possible? If so how? if you need code, what is it? Please HELP!!!!!!!!

    There is an example of doing just that. Look at the samples that are shipped with the Designer. Here is where they are on my machine:
    C:\Program Files\Adobe\LiveCycle Designer ES\8.2\EN\Samples\Forms\Purchase Order\Dynamic Interactive
    You will not have the 8.2 folder but something similar. Have a look at the comments field. It does exactly what you ask. Note that they layout will not change until you leave the field.

  • Based on wich file information does iTunes sort music in "Automatically add to iTunes" folder?

    Hey I have some files ( here 3 for example).
    I put them into the "Automatically add to iTunes" Folder.
    After that iTunes sorts them without any problem.
    But based on which information does iTunes sort them?
    I looked into the details of the file but i cannot find the structure.
    Look at your self:
    File:
    M:\Music\Media\Music\Phil Collins\Hits\07 Against All Odds.mp3
    StartTag                   : TagLib.NonContainer.StartTag
    EndTag                     : TagLib.NonContainer.EndTag
    TagTypes                   : Id3v1, Id3v2
    Tags                       : {, }
    Title                      : Against All Odds
    Performers                 : {Phil Collins}
    PerformersSort             : {}
    AlbumArtistsSort           : {}
    AlbumArtists               : {Phil Collins}
    Composers                  : {Phil Collins}
    ComposersSort              : {}
    TitleSort                  :
    AlbumSort                  :
    Album                      : Hits
    Comment                    :
    Genres                     : {Adult Contemporary}
    Year                       : 1984
    Track                      : 7
    TrackCount                 : 0
    Disc                       : 1
    DiscCount                  : 1
    Lyrics                     :
    Grouping                   :
    BeatsPerMinute             : 121
    Conductor                  :
    Copyright                  :
    MusicBrainzArtistId        :
    MusicBrainzReleaseId       :
    MusicBrainzReleaseArtistId :
    MusicBrainzTrackId         :
    MusicBrainzDiscId          :
    MusicIpId                  :
    AmazonId                   :
    MusicBrainzReleaseStatus   :
    MusicBrainzReleaseType     :
    MusicBrainzReleaseCountry  :
    Pictures                   : {}
    IsEmpty                    : False
    Artists                    : {Phil Collins}
    FirstArtist                : Phil Collins
    FirstAlbumArtist           : Phil Collins
    FirstAlbumArtistSort       :
    FirstPerformer             : Phil Collins
    FirstPerformerSort         :
    FirstComposerSort          :
    FirstComposer              : Phil Collins
    FirstGenre                 : Adult Contemporary
    JoinedArtists              : Phil Collins
    JoinedAlbumArtists         : Phil Collins
    JoinedPerformers           : Phil Collins
    JoinedPerformersSort       :
    JoinedComposers            : Phil Collins
    JoinedGenres               : Adult Contemporary
    File2:
    M:\Music\Media\Music\Compilations\Das Dschungelbuch - Deutscher Original F\06 Ich Wäre Gern Wie Du.mp3
    StartTag                   : TagLib.NonContainer.StartTag
    EndTag                     : TagLib.NonContainer.EndTag
    TagTypes                   : Id3v1, Id3v2
    Tags                       : {, }
    Title                      : Ich Wäre Gern Wie Du
    Performers                 : {Disney}
    PerformersSort             : {}
    AlbumArtistsSort           : {}
    AlbumArtists               : {Disney}
    Composers                  : {R. M. Sherman}
    ComposersSort              : {}
    TitleSort                  :
    AlbumSort                  :
    Album                      : Das Dschungelbuch - Deutscher Original Film-Soundtrack
    Comment                    :
    Genres                     : {Film-musik}
    Year                       : 2007
    Track                      : 6
    TrackCount                 : 0
    Disc                       : 1
    DiscCount                  : 1
    Lyrics                     :
    Grouping                   :
    BeatsPerMinute             : 0
    Conductor                  :
    Copyright                  :
    MusicBrainzArtistId        :
    MusicBrainzReleaseId       :
    MusicBrainzReleaseArtistId :
    MusicBrainzTrackId         :
    MusicBrainzDiscId          :
    MusicIpId                  :
    AmazonId                   :
    MusicBrainzReleaseStatus   :
    MusicBrainzReleaseType     :
    MusicBrainzReleaseCountry  :
    Pictures                   : {}
    IsEmpty                    : False
    Artists                    : {Disney}
    FirstArtist                : Disney
    FirstAlbumArtist           : Disney
    FirstAlbumArtistSort       :
    FirstPerformer             : Disney
    FirstPerformerSort         :
    FirstComposerSort          :
    FirstComposer              : R. M. Sherman
    FirstGenre                 : Film-musik
    JoinedArtists              : Disney
    JoinedAlbumArtists         : Disney
    JoinedPerformers           : Disney
    JoinedPerformersSort       :
    JoinedComposers            : R. M. Sherman
    JoinedGenres               : Film-musik
    File3:
    M:\Music\Media\Music\Compilations\Album\9999 Title.mp3
    StartTag                   : TagLib.NonContainer.StartTag
    EndTag                     : TagLib.NonContainer.EndTag
    TagTypes                   : Id3v1, Id3v2
    Tags                       : {, }
    Title                      : Title
    Performers                 : {Contributing artists}
    PerformersSort             : {}
    AlbumArtistsSort           : {}
    AlbumArtists               : {Album artist}
    Composers                  : {Composers}
    ComposersSort              : {}
    TitleSort                  :
    AlbumSort                  :
    Album                      : Album
    Comment                    : Comments
    Genres                     : {Genre}
    Year                       : 2013
    Track                      : 9999
    TrackCount                 : 0
    Disc                       : 0
    DiscCount                  : 0
    Lyrics                     :
    Grouping                   : Group description
    BeatsPerMinute             : 1111
    Conductor                  : Conductors
    Copyright                  :
    MusicBrainzArtistId        :
    MusicBrainzReleaseId       :
    MusicBrainzReleaseArtistId :
    MusicBrainzTrackId         :
    MusicBrainzDiscId          :
    MusicIpId                  :
    AmazonId                   :
    MusicBrainzReleaseStatus   :
    MusicBrainzReleaseType     :
    MusicBrainzReleaseCountry  :
    Pictures                   : {}
    IsEmpty                    : False
    Artists                    : {Contributing artists}
    FirstArtist                : Contributing artists
    FirstAlbumArtist           : Album artist
    FirstAlbumArtistSort       :
    FirstPerformer             : Contributing artists
    FirstPerformerSort         :
    FirstComposerSort          :
    FirstComposer              : Composers
    FirstGenre                 : Genre
    JoinedArtists              : Contributing artists
    JoinedAlbumArtists         : Album artist
    JoinedPerformers           : Contributing artists
    JoinedPerformersSort       :
    JoinedComposers            : Composers
    JoinedGenres               : Genre
    Thank you for your help in advance.
    Mk-maddin

    Past experience suggests that iTunes doesn't handle files with multiple tags well. I've not worked out which tag gets read when there are multiple tags but I've seen cases where iTunes can update one while reading back unchanged data fom the other.
    At the file level iTunes will organize the files first by Album Artist, or if blank, Artist, or if blank use Unknown Artist. If the tracks have the custom iTunes property Part of a Compilation = True then they get stored in the Compilations folder instead of under their artist.
    The next layer of folders is based on Album title or Unknown Album if none given.
    FIles are stored in the format [[<Disc> ]## ]<Name>.<Ext> where leading disc numbers are omitted if the the disc no. reads 1 of 1 or 1 of <Blank>.
    Tracks with the same Album Artist or Artist and the same Album title should be grouped together in iTunes as albums.
    Within the iTunes interface sorting is based on the first non-empty value from Sort Album Artist > Album Artist > Sort Artist > Artist and Sort Album > Album.
    See Grouping tracks into albums for more info.
    tt2

  • Add field dynamically in ABAP Query Report.

    Hi All,
    Can we add fields dynamically in the ABAP Query Report?
    There is a field in my report which should occupy the line only if it has value. But if we drag-drop the filed in the report it automatically occupy the line though it doesn't have value.
    Thanks in Advance!!!

    hi rohini,
    we can add fields dynamically in the ABAP Query Report,in this way we can to,
    first of all u create ur selection-screen with all the fields and make the field invisible i.e the one which u want to add dynamically. and based on ur requirement change that invisible to visible and use modify screen.
    in this way we can solve.
    search for invisible and modify screen in sdn u can get better information and u can understand what i am saying.

  • Automatically add a Database to an Availability Group

    Dears, I need to know if there any way to configure SQL always on to automatically add new Databases to an Availability Group.
    Ayman Saleh

    Hi can any one update the TSQL script here:
    Requirements:
    Every time the newly created or added databases should be full backed up once in the shared location with
    automated script.
    Newly created database should be added into always on group and should be added to available replica automatically
    with the TSQL script

  • Want to add Image Dynamically...

    I want to add image dynamically in my output screen..so is there any code that i can use..Please help with this...

    Can you please be more specific about what you want to do dynamically.  Do you just want to dynamically control which image appears in an image UI element (which can be done by data binding a context attribute to the image Source property) or do you want a dynamic number of images (which can be done with a row repeater or multipane UI element and inner Image UI elements).

Maybe you are looking for

  • I did something stupid, and lost all my photos in iPhoto

    So, I thought I was in a specific Album with 5 photos in it I wanted to remove from iPhoto. I hit Apple-A to select all and hit delete. It wasn't until a moment later that I realized I must have actually been in my Library, and removed ALL my photos

  • Issue with provided message for WSDL of SAP PI sender interface

    Hi, as I am not familar with SOAP interfaces and use of WSDL by partners with WSDL generated in SAP PI there are some issues that I have with a scenario: 1. Import of external xsd for message is done 2. Enterprise Repository and Integration Directory

  • Pdf form -- too large font

    Hi, I'd like to fill a pdf form with atril. Unfortunatelly it uses so huge fonts, that some of the letters are actually lolling out of the box. Do you have any idea how to change the fontsize? Or any alternatives? Acrobat Reader works fine, but I'd r

  • Planning on non-base members.

    Hi Experts I have a situation where different accounts in the Balance Sheet is translated at different exchange rates. For example, my hierarchy on P_ACCT: Cash and cash equivalents  Z0031011000     ...More nodes and accounts Net Receivables         

  • Flash player hanging with hardware acceleration enabled

    I'm having the following problem: The Flash player is working fine for some apparently random period of time, then it hangs when it is starting up in order to display a video.  This appears to happen only when hardware acceleration is enabled.  (I ha