Registering and Incorporating your High School or College Alumni Association with the Securities and Exchanges Commission (SEC) is a straightforward process now especially that SEC already have an online process. Here is how we registered our Non-stock and non-profit alumni organization with the SEC in less than a month process. Prepare the personal information of your incorporators Before going to the SEC website, you will the the following information of your incorporators prepared: Complete name such as their first name, middle name, last name Birth date Address, and TIN number Use the SEC eSPARC Online Company Registration Go to the SEC website and look for the Online Services and select SEC eSPARC and click on the Regular Processing. Alumni associations are non stock corporation so you won't be able to avail of the OneSEC Processing. Remember the following important step: Select the nearest SEC office from your area, you will need to bring the signed and printed copy later o
I experienced this error using OutSystems Service Studio 10.0 where I have an input parameter with a datatype of a record (a table in my database). I wanted to use some fields on this input parameter for an aggregate query inside the web block screen preparation, but the problem is when I open the aggregate and add some filters the input parameter is not found in the local variables. This aggregate is querying the same table which is the data type of the input parameter. The problem What seems to be the problem was, the input parameter is named exactly the same with the name of its table (which is the data type of this input parameter), so I tried changing its name by just adding a "Rec" to it, and it worked. Solution The solution is to rename the input parameter so that it will not be the same with the exact table name of any tables in your aggregates.