⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

static parameter



shahin
  • profile picture
  • Member

Posted 20 May 2012 - 11:27 AM

Hello,
I want to build relation between two table:-
1.status table (here i used 1 for 'active',2 for 'inactive')
2.permission table.(here i used 'status_id' as a foreign key)
status table contain 1 and 2 value.but i want to show 'Active' or 'Inactive' in permission page.

[u]Question[/u]: Can i use any parameter or something for show this.

Thanks in advance______
Shahin

umairkhan
  • profile picture
  • Member

Posted 20 May 2012 - 14:12 PM

Dear,

you can use :

callback_add_field // to show field in add form

callback_column // to show field in list

callback_edit_field // to show field in edit form