PeopleCode Question:
Tell me Is there any function exist in peoplecode which stops the processing of whole component?

Answer:
i think, it is "Error" Function. Use the Error function in FieldEdit or SaveEdit PeopleCode to stop whole processing and display an error message. It is distinct from Warning, which displays a warning message, but does not stop processing. Error is also used in RowDelete and RowSelect PeopleCode events.
Previous Question | Next Question |
Tell me Where can we write the peoplecode? | How to comment out a piece of the peoplecode in a program? |