Plex 2E

Expand all | Collapse all

Is there a way to restrict characters such as ampersands, commas, and other special characters for a field?  

  • 1.  Is there a way to restrict characters such as ampersands, commas, and other special characters for a field?  

    Posted Jun 14, 2017 09:26 AM

    We want to restrict certain characters in the Project and Task fields for export purposes. 



  • 2.  Re: Is there a way to restrict characters such as ampersands, commas, and other special characters for a field?  
    Best Answer

    Posted Jun 15, 2017 03:17 AM

    I would say "regular expressions by means of an API", but I'm not sure you are talking on 2E or Plex.



  • 3.  Re: Is there a way to restrict characters such as ampersands, commas, and other special characters for a field?  

    Posted Jun 18, 2017 01:46 AM

    look at masks to do simple restriction.

     

    secondly I have used on update event which if i remember correctly fires on each key stroke to as opposed to modifed event (may be the other way round) and then check if the last entered character satisfys your criteria.

     

    Done both in stellatools if you care to look up.