12-03-2015, 03:21 PM
Please take a look at my manifest file, as I'm in the process of creating it.
Some things I have questions about so far:
I don't know what this indicates.
Will this result in my language file have to have:
Presence is set to 0, also in database. But the field is there, why?
What is:
Which sequence, should I increment every field?
What is:
And:
Am I doing this correct, should I worry about capitals? What does it refer to?
Is this the place for my postinstall events? And can I point to a file using the 'ExactOnlineAjax' way?
I'd like to set a cron here:
Some things I have questions about so far:
PHP Code:
<generatedtype>1</generatedtype>
PHP Code:
<fieldlabel>ExactOnline Record No</fieldlabel>
PHP Code:
'ExactOnline Record No' => 'Translation for this'
PHP Code:
<presence>0</presence>
PHP Code:
<selected>0</selected>
PHP Code:
<sequence>1</sequence>
PHP Code:
<displaytype>1</displaytype>
PHP Code:
<info_type>BAS</info_type>
PHP Code:
<entityidentifier>
<entityidfield>ExactOnline</entityidfield>
<entityidcolumn>ExactOnline</entityidcolumn>
</entityidentifier>
PHP Code:
<events></events>
PHP Code:
<crons></crons>