• Arshadulla Shariff
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 3
    Questions
  • 3
    Replies
Map<String,Map<String,List<Map<String,List<Map<String,String>>>>>> tempvar = new Map<String,Map<String,List<Map<String,List<Map<String,String>>>>>>();
is there any alterntive or best practise? i am well aware about wrapper classes.
Insert Feild Feature
Hi there,
how to implement the above feature in vf pages .
please suggest your possible ideas .

Thanks in advanve
Hi there,
I have created Multiple Page Blocks for Edit page which consists of Input Fields of custom Object and few pageblocks for Viewable i.e.,output Field.
Am not sure whethere its a good practice.

Please suggest some standard Edit and view Functionality for custom object Vf page
We are using visualforce page to generate .docx file in salesforce. Everything works fine if we try with .doc and .xls files but we are facing some issues while generating only on docx and xlsx files, for doc and xl files its works fine. While opening downloaded it some error messages are throwing and only after clicking on those popup boxes we are unable to view the files.

We have tried mime-type "application/vnd.openxmlformats-officedocument.wordprocessingml.document" with no luck. You can find mime-type reference from below link:

https://www.sitepoint.com/web-foundations/mime-types-summary-list

If visualforce doesn't support to generate .docx or .xlsx file please help me to find any doc which stated that?
Map<String,Map<String,List<Map<String,List<Map<String,String>>>>>> tempvar = new Map<String,Map<String,List<Map<String,List<Map<String,String>>>>>>();
is there any alterntive or best practise? i am well aware about wrapper classes.
We are using visualforce page to generate .docx file in salesforce. Everything works fine if we try with .doc and .xls files but we are facing some issues while generating only on docx and xlsx files, for doc and xl files its works fine. While opening downloaded it some error messages are throwing and only after clicking on those popup boxes we are unable to view the files.

We have tried mime-type "application/vnd.openxmlformats-officedocument.wordprocessingml.document" with no luck. You can find mime-type reference from below link:

https://www.sitepoint.com/web-foundations/mime-types-summary-list

If visualforce doesn't support to generate .docx or .xlsx file please help me to find any doc which stated that?