Expand my Community achievements bar.

Abhiram88
Abhiram88
Offline
  • Hi I have a numeric field in the form which is not taking any value more than 9 digits. If we try to enter more than 9 digits, It automatically changes to '2147483647' number. Can anyone the reason pls and also the solution.Thanks In advanceAbhiram

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • Yes. its a huge form and cointains lot of validation scripts. but the thing is those are working fine when i fill the form. This situation arises when i save the form with a false validation and try to open it again.

    Type

    Questions

    Views

    268

    Likes

    0

    Replies

    0
  • Hi ppl,A very weird situation..I have a very complex form with many script,mandatory and pattern validations in it. When i fill the form, the validations fire properly but the problem is when i enter a wrong value in a field and save it. After opening the form the validation of that particular field...

    Type

    Questions

    Views

    843

    Likes

    0

    Replies

    3
  • HiI have used "store content activity" to store a pdf document into documentum with some meta data in it. This process of saving a document to documentum is working fine and the process has no errors, but the problem is the documentum is suppose to invoke a TBO whenever a document is pushed into a s...

    Type

    Questions

    Views

    847

    Likes

    0

    Replies

    0
  • Hi Niall,This works fine when we add attachments from the attachment panel but in my case the attachment gets added by a click of a button. It doesn't work here.I am unable to find the difference between the both.This is the code in my add attachment button:var myDoc = event.target;var sFile = "myFi...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Still no luck Niall..The similar code is working in other place wherte we have to remove a particular attachment. but its not working for the entire attachments in the form.Just a question...What does this event.target do?ThanksAbhiram

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Hi All,I want to validate a date field so that it accepts only dates less than the current date .It shouldnt take the current date also.Pls provide me the script to do the same..I tried something but its accepting current date also.Pls helpThanksAbhiram

    Type

    Questions

    Views

    761

    Likes

    0

    Replies

    1
  • Niall,I have tried similar script but no luck.. The script i have used for a click of a button.var d = null;d =  event.target.dataObjects;if(d!=null)        {        for (var i = 0; i < d.length; i++)                        {                        try{                                 var myDataObje...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Hi All,Can anybody provide me the script to remove all the attachments from the form?Pls help its urgent.ThanksAbhiram

    Type

    Questions

    Views

    5.6K

    Likes

    0

    Replies

    8
  • Hi All,I have a pdf with some fields and a provision to add attachments to the pdf. Now, I have a reset button which is working fine for all the fields but it is unable to delete the attachments from the pdf. Please proviode me the code to delete all the attachments from the pdf.ThanksAbhiram

    Type

    Questions

    Views

    490

    Likes

    0

    Replies

    0
Top badges earned by Abhiram88
Customize the badges you want to showcase on your profile
page footer