hi all
I was created module by module builder. but there i can't add field with many column, just 2 column. I want to create custom field with many column. how i can do that...
hi all
I was created module by module builder. but there i can't add field with many column, just 2 column. I want to create custom field with many column. how i can do that...
Last edited by 2nox; 2009-04-21 at 11:27 AM.
Can you clarify your needs?
It is not so clear.
A mock up would be fine.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
I want to create field by custom code that have some field like this
----------------------------------------------------------------------------------
quantity product list total
-----------------------------------------------------------------------------------
add line
Check the folder "include/SugarFields/Fields/Address" . You need to create a custom field type like this.
Thanks Mr crmsiva,
I already open that folder, but i haven't understood the functions. would u like to explain to me about how to create some custom field by custom code from begining until the end. I have created a modul from module builder n i want add custom field in there. thanks before
Regard,
hi,
I have tried to create text field by custom code. i add code in custom/module/{my module)/metadata/editviewdefs.php. i will try to enter some data but i can't save the value of text field that already i created. n how to change the size (width)?.
4 =>
array(
0 =>
array(
' name' => ' quantity ',
' label ' => ' LBL_QUANTITY',
'customCode' => '<input type='text' name='qty' width='10'>',
),
),
Last edited by 2nox; 2009-04-24 at 08:34 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks